#835E48

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

Shades of Dark Wood #835E48

Tints of Dark Wood #835E48

Color information

#835E48 (or 0x835E48) is unknown color: approx Dark Wood. HEX triplet: 83, 5E and 48. RGB value is (131,94,72). Sum of RGB (Red+Green+Blue) = 131+94+72=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #835E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835E48 is #7CA1B7. Grayscale: #666666. Windows color (decimal): -8167864 or 4742787. OLE color: 4742787.

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

Color convert

RGB1319472-
CMYK00.280.450.49
HSL22.37º29.06%39.8%-
HSV(B)22.37º45.04%51.37%-
XYZ14.5313.37.93-
YUV102.56110.76148.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=44.11%
G=31.65%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131947200.280.450.4922.3729.0639.8
Hex835E4801C2D31161d28
Octal2031361100345561263550
Binary10000011101111010010000111001011011100011011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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