#575116

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

Shades of Bronze Olive #575116

Tints of Bronze Olive #575116

Color information

#575116 (or 0x575116) is unknown color: approx Bronze Olive. HEX triplet: 57, 51 and 16. RGB value is (87,81,22). Sum of RGB (Red+Green+Blue) = 87+81+22=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #575116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575116 is #A8AEE9. Grayscale: #4C4C4C. Windows color (decimal): -11054826 or 1462615. OLE color: 1462615.

HSL color Cylindrical-coordinate representation of color #575116: hue angle of 54.46º 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 #575116 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB878122-
CMYK00.070.750.66
HSL54.46º59.63%21.37%-
HSV(B)54.46º74.71%34.12%-
XYZ7.027.971.93-
YUV76.0797.49135.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=45.79%
G=42.63%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87812200.070.750.6654.4659.6321.37
Hex575116074B42363c15
Octal1271212607113102667425
Binary101011110100011011001111001011100001011011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575116; }

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

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

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

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

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

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

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

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