#857252

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

Shades of Shadow #857252

Tints of Shadow #857252

Color information

#857252 (or 0x857252) is unknown color: approx Shadow. HEX triplet: 85, 72 and 52. RGB value is (133,114,82). Sum of RGB (Red+Green+Blue) = 133+114+82=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #857252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857252 is #7A8DAD. Grayscale: #747474. Windows color (decimal): -8031662 or 5403269. OLE color: 5403269.

HSL color Cylindrical-coordinate representation of color #857252: hue angle of 37.65º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857252 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13311482-
CMYK00.140.380.48
HSL37.65º23.72%42.16%-
HSV(B)37.65º38.35%52.16%-
XYZ17.2117.6310.48-
YUV116.03108.79140.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=40.43%
G=34.65%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331148200.140.380.4837.6523.7242.16
Hex8572520E263026182a
Octal2051621220164660463052
Binary10000101111001010100100111010011011000010011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857252; }

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

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

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

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

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

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

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

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