Html Css Color HEX #855F47 Dark Wood

📋 copy color: '#855F47'

red 133 ◦ green 95 ◦ blue 71

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

Shades of Dark Wood #855F47

Tints of Dark Wood #855F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.77%

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

R = 44.48%
G = 31.77%
B = 23.75%

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

#855F47 (or 0x855F47) is known color: Dark Wood. HEX triplet: 85, 5F and 47. RGB value is (133,95,71). Sum of RGB (Red+Green+Blue) = 133+95+71=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #855F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F47 is #7AA0B8. Grayscale: #676767. Windows color (decimal): -8036537 or 4677509. OLE color: 4677509.

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

Color convert

RGB 133 95 71 -
CMYK 0 0.29 0.47 0.48
HSL 23.23º 0.3% 0.4% -
HSV(B) 23.23º 0.47% 0.52% -
XYZ 14.9 13.63 7.81 -
YUV 103.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 133 95 71 0 0.29 0.47 0.48 23.23 0.3 0.4
Hex 85 5F 47 0 1D 2F 30 17 1E 28
Octal 205 137 107 0 35 57 60 27 36 50
Binary 10000101 1011111 1000111 0 11101 101111 110000 10111 11110 101000

Color Harmonies of #855F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F47

Black with #855F47

Text Example


Text Example

White with #855F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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