#867252

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

Shades of Shadow #867252

Tints of Shadow #867252

Color information

#867252 (or 0x867252) is unknown color: approx Shadow. HEX triplet: 86, 72 and 52. RGB value is (134,114,82). Sum of RGB (Red+Green+Blue) = 134+114+82=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #867252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867252 is #798DAD. Grayscale: #747474. Windows color (decimal): -7966126 or 5403270. OLE color: 5403270.

HSL color Cylindrical-coordinate representation of color #867252: hue angle of 36.92º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867252 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB13411482-
CMYK00.150.390.47
HSL36.92º24.07%42.35%-
HSV(B)36.92º38.81%52.55%-
XYZ17.3717.7110.49-
YUV116.33108.63140.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=40.61%
G=34.55%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341148200.150.390.4736.9224.0742.35
Hex8672520F272F25182a
Octal2061621220174757453052
Binary10000110111001010100100111110011110111110010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867252; }

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

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

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

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

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

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

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

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