Html Css Color HEX #855E40 Dark Wood

📋 copy color: '#855E40'

red 133 ◦ green 94 ◦ blue 64

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

Shades of Dark Wood #855E40

Tints of Dark Wood #855E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.3%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 45.7%
G = 32.3%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#855E40 (or 0x855E40) is known color: Dark Wood. HEX triplet: 85, 5E and 40. RGB value is (133,94,64). Sum of RGB (Red+Green+Blue) = 133+94+64=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #855E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E40 is #7AA1BF. Grayscale: #666666. Windows color (decimal): -8036800 or 4218501. OLE color: 4218501.

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

Color convert

RGB 133 94 64 -
CMYK 0 0.29 0.52 0.48
HSL 26.09º 0.35% 0.39% -
HSV(B) 26.09º 0.52% 0.52% -
XYZ 14.6 13.36 6.66 -
YUV 102.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 133 94 64 0 0.29 0.52 0.48 26.09 0.35 0.39
Hex 85 5E 40 0 1D 34 30 1A 23 27
Octal 205 136 100 0 35 64 60 32 43 47
Binary 10000101 1011110 1000000 0 11101 110100 110000 11010 100011 100111

Color Harmonies of #855E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E40

Black with #855E40

Text Example


Text Example

White with #855E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,94,64); }

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

background-color css

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

 a { background-color: rgb(133,94,64); }

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

border-color css

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

 span { border-color: rgb(133,94,64); }

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