#835D47

Color #835D47 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #835D47

Tints of Dark Wood #835D47

Color information

#835D47 (or 0x835D47) is unknown color: approx Dark Wood. HEX triplet: 83, 5D and 47. RGB value is (131,93,71). Sum of RGB (Red+Green+Blue) = 131+93+71=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #835D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835D47 is #7CA2B8. Grayscale: #656565. Windows color (decimal): -8168121 or 4676995. OLE color: 4676995.

HSL color Cylindrical-coordinate representation of color #835D47: hue angle of 22º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #835D47 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1319371-
CMYK00.290.460.49
HSL22º29.7%39.61%-
HSV(B)22º45.8%51.37%-
XYZ14.4113.117.73-
YUV101.85110.59148.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.41%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 71 (28.12% from 255) = 24.07%
R=44.41%
G=31.53%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131937100.290.460.492229.739.61
Hex835D4701D2E31161e28
Octal2031351070355661263650
Binary10000011101110110001110111011011101100011011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835D47; }

 p { color: rgb(131,93,71); }

 H1.HeaderClassName
 {
   color: #835D47;
 }
 .AnyTagClassName
 {
   color: #835D47;
 }
</style>
background-color css

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

 a { background-color: rgb(131,93,71); }

 div.DivClassName
 {
   background-color: #835D47;
 }
 .BgClassName
 {
   background-color: #835D47;
 }
</style>
border-color css

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

 span { border-color: rgb(131,93,71); }

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