#837252

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

Shades of Shadow #837252

Tints of Shadow #837252

Color information

#837252 (or 0x837252) is unknown color: approx Shadow. HEX triplet: 83, 72 and 52. RGB value is (131,114,82). Sum of RGB (Red+Green+Blue) = 131+114+82=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #837252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837252 is #7C8DAD. Grayscale: #737373. Windows color (decimal): -8162734 or 5403267. OLE color: 5403267.

HSL color Cylindrical-coordinate representation of color #837252: hue angle of 39.18º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #837252 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB13111482-
CMYK00.130.370.49
HSL39.18º23%41.76%-
HSV(B)39.18º37.4%51.37%-
XYZ16.917.4710.46-
YUV115.43109.13139.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=40.06%
G=34.86%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311148200.130.370.4939.182341.76
Hex8372520D253127172a
Octal2031621220154561472752
Binary10000011111001010100100110110010111000110011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837252; }

 p { color: rgb(131,114,82); }

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

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

 a { background-color: rgb(131,114,82); }

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

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

 span { border-color: rgb(131,114,82); }

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