Html Css Color HEX #855C47 Dark Wood

📋 copy color: '#855C47'

red 133 ◦ green 92 ◦ blue 71

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

Shades of Dark Wood #855C47

Tints of Dark Wood #855C47

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.08%

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

R = 44.93%
G = 31.08%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#855C47 (or 0x855C47) is known color: Dark Wood. HEX triplet: 85, 5C and 47. RGB value is (133,92,71). Sum of RGB (Red+Green+Blue) = 133+92+71=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #855C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C47 is #7AA3B8. Grayscale: #656565. Windows color (decimal): -8037305 or 4676741. OLE color: 4676741.

HSL color Cylindrical-coordinate representation of color #855C47: hue angle of 20.32º 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 #855C47 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 71 -
CMYK 0 0.31 0.47 0.48
HSL 20.32º 0.3% 0.4% -
HSV(B) 20.32º 0.47% 0.52% -
XYZ 14.64 13.1 7.72 -
YUV 101.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 133 92 71 0 0.31 0.47 0.48 20.32 0.3 0.4
Hex 85 5C 47 0 1F 2F 30 14 1E 28
Octal 205 134 107 0 37 57 60 24 36 50
Binary 10000101 1011100 1000111 0 11111 101111 110000 10100 11110 101000

Color Harmonies of #855C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C47

Black with #855C47

Text Example


Text Example

White with #855C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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