#835E43

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

Shades of Dark Wood #835E43

Tints of Dark Wood #835E43

Color information

#835E43 (or 0x835E43) is unknown color: approx Dark Wood. HEX triplet: 83, 5E and 43. RGB value is (131,94,67). Sum of RGB (Red+Green+Blue) = 131+94+67=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #835E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835E43 is #7CA1BC. Grayscale: #666666. Windows color (decimal): -8167869 or 4415107. OLE color: 4415107.

HSL color Cylindrical-coordinate representation of color #835E43: hue angle of 25.31º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #835E43 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB1319467-
CMYK00.280.490.49
HSL25.31º32.32%38.82%-
HSV(B)25.31º48.85%51.37%-
XYZ14.3813.247.11-
YUV101.98108.26148.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.86%
GREEN value IS 94 (37.11% from 255) = 32.19%
BLUE value IS 67 (26.56% from 255) = 22.95%
R=44.86%
G=32.19%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131946700.280.490.4925.3132.3238.82
Hex835E4301C3131192027
Octal2031361030346161314047
Binary100000111011110100001101110011000111000111001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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