Html Css Color HEX #855E47 Dark Wood

📋 copy color: '#855E47'

red 133 ◦ green 94 ◦ blue 71

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

Shades of Dark Wood #855E47

Tints of Dark Wood #855E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.83%

R = 44.63%
G = 31.54%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#855E47 (or 0x855E47) is known color: Dark Wood. HEX triplet: 85, 5E and 47. RGB value is (133,94,71). Sum of RGB (Red+Green+Blue) = 133+94+71=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #855E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E47 is #7AA1B8. Grayscale: #676767. Windows color (decimal): -8036793 or 4677253. OLE color: 4677253.

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

Color convert

RGB 133 94 71 -
CMYK 0 0.29 0.47 0.48
HSL 22.26º 0.3% 0.4% -
HSV(B) 22.26º 0.47% 0.52% -
XYZ 14.81 13.45 7.78 -
YUV 103.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 133 94 71 0 0.29 0.47 0.48 22.26 0.3 0.4
Hex 85 5E 47 0 1D 2F 30 16 1E 28
Octal 205 136 107 0 35 57 60 26 36 50
Binary 10000101 1011110 1000111 0 11101 101111 110000 10110 11110 101000

Color Harmonies of #855E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E47

Black with #855E47

Text Example


Text Example

White with #855E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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