#835F48

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

Shades of Dark Wood #835F48

Tints of Dark Wood #835F48

Color information

#835F48 (or 0x835F48) is unknown color: approx Dark Wood. HEX triplet: 83, 5F and 48. RGB value is (131,95,72). Sum of RGB (Red+Green+Blue) = 131+95+72=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #835F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835F48 is #7CA0B7. Grayscale: #676767. Windows color (decimal): -8167608 or 4743043. OLE color: 4743043.

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

Color convert

RGB1319572-
CMYK00.270.450.49
HSL23.39º29.06%39.8%-
HSV(B)23.39º45.04%51.37%-
XYZ14.6213.487.96-
YUV103.14110.43147.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=43.96%
G=31.88%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131957200.270.450.4923.3929.0639.8
Hex835F4801B2D31171d28
Octal2031371100335561273550
Binary10000011101111110010000110111011011100011011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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