#837042

Color #837042 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #837042

Tints of Shadow #837042

Color information

#837042 (or 0x837042) is unknown color: approx Shadow. HEX triplet: 83, 70 and 42. RGB value is (131,112,66). Sum of RGB (Red+Green+Blue) = 131+112+66=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #837042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837042 is #7C8FBD. Grayscale: #707070. Windows color (decimal): -8163262 or 4354179. OLE color: 4354179.

HSL color Cylindrical-coordinate representation of color #837042: hue angle of 42.46º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837042 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB13111266-
CMYK00.150.500.49
HSL42.46º32.99%38.63%-
HSV(B)42.46º49.62%51.37%-
XYZ16.1416.817.55-
YUV112.44101.79141.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.39%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=42.39%
G=36.25%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311126600.150.500.4942.4632.9938.63
Hex8370420F32312a2127
Octal2031601020176261524147
Binary100000111110000100001001111110010110001101010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837042; }

 p { color: rgb(131,112,66); }

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

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

 a { background-color: rgb(131,112,66); }

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

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

 span { border-color: rgb(131,112,66); }

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