Html Css Color HEX #856347 Dark Wood

📋 copy color: '#856347'

red 133 ◦ green 99 ◦ blue 71

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

Shades of Dark Wood #856347

Tints of Dark Wood #856347

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

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

R = 43.89%
G = 32.67%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856347 (or 0x856347) is known color: Dark Wood. HEX triplet: 85, 63 and 47. RGB value is (133,99,71). Sum of RGB (Red+Green+Blue) = 133+99+71=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #856347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856347 is #7A9CB8. Grayscale: #6A6A6A. Windows color (decimal): -8035513 or 4678533. OLE color: 4678533.

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

Color convert

RGB 133 99 71 -
CMYK 0 0.26 0.47 0.48
HSL 27.1º 0.3% 0.4% -
HSV(B) 27.1º 0.47% 0.52% -
XYZ 15.27 14.37 7.93 -
YUV 105.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 133 99 71 0 0.26 0.47 0.48 27.1 0.3 0.4
Hex 85 63 47 0 1A 2F 30 1B 1E 28
Octal 205 143 107 0 32 57 60 33 36 50
Binary 10000101 1100011 1000111 0 11010 101111 110000 11011 11110 101000

Color Harmonies of #856347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856347

Black with #856347

Text Example


Text Example

White with #856347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856347; }

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

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

background-color css

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

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

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

border-color css

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

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

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