#575216

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

Shades of Bronze Olive #575216

Tints of Bronze Olive #575216

Color information

#575216 (or 0x575216) is unknown color: approx Bronze Olive. HEX triplet: 57, 52 and 16. RGB value is (87,82,22). Sum of RGB (Red+Green+Blue) = 87+82+22=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #575216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575216 is #A8ADE9. Grayscale: #4C4C4C. Windows color (decimal): -11054570 or 1462871. OLE color: 1462871.

HSL color Cylindrical-coordinate representation of color #575216: hue angle of 55.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #575216 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB878222-
CMYK00.060.750.66
HSL55.38º59.63%21.37%-
HSV(B)55.38º74.71%34.12%-
XYZ7.098.121.95-
YUV76.6597.16135.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 82 (32.42% from 255) = 42.93%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=45.55%
G=42.93%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87822200.060.750.6655.3859.6321.37
Hex575216064B42373c15
Octal1271222606113102677425
Binary101011110100101011001101001011100001011011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575216; }

 p { color: rgb(87,82,22); }

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

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

 a { background-color: rgb(87,82,22); }

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

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

 span { border-color: rgb(87,82,22); }

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