#835E47

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

Shades of Dark Wood #835E47

Tints of Dark Wood #835E47

Color information

#835E47 (or 0x835E47) is unknown color: approx Dark Wood. HEX triplet: 83, 5E and 47. RGB value is (131,94,71). Sum of RGB (Red+Green+Blue) = 131+94+71=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #835E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835E47 is #7CA1B8. Grayscale: #666666. Windows color (decimal): -8167865 or 4677251. OLE color: 4677251.

HSL color Cylindrical-coordinate representation of color #835E47: hue angle of 23º 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 #835E47 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1319471-
CMYK00.280.460.49
HSL23º29.7%39.61%-
HSV(B)23º45.8%51.37%-
XYZ14.513.297.76-
YUV102.44110.26148.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 71 (28.12% from 255) = 23.99%
R=44.26%
G=31.76%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131947100.280.460.492329.739.61
Hex835E4701C2E31171e28
Octal2031361070345661273650
Binary10000011101111010001110111001011101100011011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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