#835C47

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

Shades of Dark Wood #835C47

Tints of Dark Wood #835C47

Color information

#835C47 (or 0x835C47) is unknown color: approx Dark Wood. HEX triplet: 83, 5C and 47. RGB value is (131,92,71). Sum of RGB (Red+Green+Blue) = 131+92+71=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #835C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835C47 is #7CA3B8. Grayscale: #656565. Windows color (decimal): -8168377 or 4676739. OLE color: 4676739.

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

Color convert

RGB1319271-
CMYK00.300.460.49
HSL21º29.7%39.61%-
HSV(B)21º45.8%51.37%-
XYZ14.3212.937.7-
YUV101.27110.92149.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.56%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 71 (28.12% from 255) = 24.15%
R=44.56%
G=31.29%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131927100.300.460.492129.739.61
Hex835C4701E2E31151e28
Octal2031341070365661253650
Binary10000011101110010001110111101011101100011010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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