Html Css Color HEX #855D41 Dark Wood

📋 copy color: '#855D41'

red 133 ◦ green 93 ◦ blue 65

#855D41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #855D41

Tints of Dark Wood #855D41

RGB

 RED value IS 133 (52.34% from 255) = 45.7%

 GREEN value IS 93 (36.72% from 255) = 31.96%

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 45.7%
G = 31.96%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#855D41 (or 0x855D41) is known color: Dark Wood. HEX triplet: 85, 5D and 41. RGB value is (133,93,65). Sum of RGB (Red+Green+Blue) = 133+93+65=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #855D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D41 is #7AA2BE. Grayscale: #656565. Windows color (decimal): -8037055 or 4283781. OLE color: 4283781.

HSL color Cylindrical-coordinate representation of color #855D41: hue angle of 24.71º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855D41 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 65 -
CMYK 0 0.30 0.51 0.48
HSL 24.71º 0.34% 0.39% -
HSV(B) 24.71º 0.51% 0.52% -
XYZ 14.54 13.2 6.78 -
YUV 101.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 133 93 65 0 0.30 0.51 0.48 24.71 0.34 0.39
Hex 85 5D 41 0 1E 33 30 19 22 27
Octal 205 135 101 0 36 63 60 31 42 47
Binary 10000101 1011101 1000001 0 11110 110011 110000 11001 100010 100111

Color Harmonies of #855D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D41

Black with #855D41

Text Example


Text Example

White with #855D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855D41; }

 p { color: rgb(133,93,65); }

 H1.HeaderClassName
 {
   color: #855D41;
 }
 .AnyTagClassName
 {
   color: #855D41;
 }
</style>

background-color css

<style>
 a { background-color: #855D41; }

 a { background-color: rgb(133,93,65); }

 div.DivClassName
 {
   background-color: #855D41;
 }
 .BgClassName
 {
   background-color: #855D41;
 }
</style>

border-color css

<style>
 span { border-color: #855D41; }

 span { border-color: rgb(133,93,65); }

 td.TdClassName
 {
   border-color: #855D41;
 }
 .TagClassName
 {
   border-color: #855D41;
 }
</style>