#807157

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

Shades of Shadow #807157

Tints of Shadow #807157

Color information

#807157 (or 0x807157) is unknown color: approx Shadow. HEX triplet: 80, 71 and 57. RGB value is (128,113,87). Sum of RGB (Red+Green+Blue) = 128+113+87=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #807157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807157 is #7F8EA8. Grayscale: #727272. Windows color (decimal): -8359593 or 5730688. OLE color: 5730688.

HSL color Cylindrical-coordinate representation of color #807157: hue angle of 38.05º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #807157 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB12811387-
CMYK00.120.320.50
HSL38.05º19.07%42.16%-
HSV(B)38.05º32.03%50.2%-
XYZ16.5317.0911.44-
YUV114.52112.47137.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=39.02%
G=34.45%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281138700.120.320.5038.0519.0742.16
Hex8071570C203226132a
Octal2001611270144062462352
Binary10000000111000110101110110010000011001010011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807157; }

 p { color: rgb(128,113,87); }

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

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

 a { background-color: rgb(128,113,87); }

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

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

 span { border-color: rgb(128,113,87); }

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