COLOR #855C41

HEX: #855C41 RGB: (133,92,65)

Color info

#855C41 contains mainly red and green colors. Web safe color of #855C41 is #996633 (or #963).

RGB color model

#855C41 color RGB value is (133,92,65).

RGB: (133,92,65) (52%, 36%, 25%)

RGB channels and saturation

R 133 of 255 = 52%
G 92 of 255 = 36%
B 65 of 255 = 25%

133
92
65

R + G + B ~ 38%. #855C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 92 + 65 = 290 (100%)
R 133 of 290 ~ 45.86%
G 92 of 290 ~ 31.72%
B 65 of 290 ~ 22.41'%

%45.86
%31.72
%22.41

CMYK color model

#855C41 color CMYK value is (0,31,51,48).

  • cyan value is 0.00%
  • magenta value is 30.83%
  • yellow value is 51.13%
  • key color value is 47.84%

CMYK: (0,31,51,48)
C0M31Y51K48 (0%, 31%, 51%, 48%)
(0.00 / 0.31 / 0.51 / 0.48)

CMYK percentages

%0
%30.83
%51.13
%47.84

Codes

Color #855C41 in popluar color models

85 5C 41
RGB 133 92 65
HSL 24° 34.34% 38.82%
HSB/HSV 24° 51.13% 52.16%
CMYK 0.00% 30.83% 51.13%
47.84%

Color #855C41 in popluar number systems.

HEX 85 5C 41
Decimal 133 92 65
Binary 10000101 1011100 1000001
Octal 205 134 101

Shades and tints

Shades of #855C41

#855C41
(133,92,65)
#79543C
(121,84,60)
#6D4C37
(109,76,55)
#614432
(97,68,50)
#553C2D
(85,60,45)
#493428
(73,52,40)
#3D2C23
(61,44,35)
#31241E
(49,36,30)
#251C19
(37,28,25)
#191414
(25,20,20)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #855C41

#855C41
(133,92,65)
#906A52
(144,106,82)
#9B7863
(155,120,99)
#A68674
(166,134,116)
#B19485
(177,148,133)
#BCA296
(188,162,150)
#C7B0A7
(199,176,167)
#D2BEB8
(210,190,184)
#DDCCC9
(221,204,201)
#E8DADA
(232,218,218)
#F3E8EB
(243,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855C41 color. Also use rgb(133,92,65) instead hex code.

Text Font Color

.myTextColor { color: #855C41; }

<p style="color:#855C41">This sample text font color is #855C41.</p>

This text font color is #855C41.

Background Color

.myBgColor { background-color: #855C41; }

<div style="background-color:#855C41">Inner text</div>

This div background color is #855C41.

Border color

.myBorderColor { border: 1px solid #855C41; }

<div style="border:3px solid #855C41">Div</div>

This div border color is #855C41.

Opacity

.myOpacity80 { color: #855C41; opacity: 0.8; }

<p style="color:#855C41;opacity:0.8;">80%</p>

Text with #855C41 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #855C41;}

<p style="text-shadow: 3px 3px 1px #855C41">Text here.</p>

This text has shadow with #855C41 color.


.textShadow {text-shadow: 3px 3px 1px #855C41', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #855C41, 5px 5px 20px red">Text here.</p>

This text has shadow with #855C41 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#855C41, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#855C41, Direction=45, Strength=4)">Text</p>

This text has shadow with #855C41 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #855C41;
-webkit-box-shadow: 1px 1px 3px 2px #855C41;
box-shadow: 1px 1px 3px 2px #855C41;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #855C41; -webkit-box-shadow: 1px 1px 3px 2px #855C41; box-shadow:1px 1px 3px 2px #855C41;">
Div content here
</div>

This div box has shadow with color #855C41.

Preview

Color preview on black background

This text has color #855C41 on black background.


Color preview on white background

This text has color #855C41 on white background.


Black color preview on #855C41 background

This text has black color on #855C41 background.


White color preview on #855C41 background

This text has white color on #855C41 background.


Related colors

Complementary color

Complementary color for #hex is #7AA3BE.


I love getcolorcode.com

Triadic colors

1 #41855C and #5C4185 with #855C41 are triadic colors.

2 #415C85 and #5C8541 with #855C41 are triadic colors.