#575009

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

Shades of Bronze Olive #575009

Tints of Bronze Olive #575009

Color information

#575009 (or 0x575009) is unknown color: approx Bronze Olive. HEX triplet: 57, 50 and 09. RGB value is (87,80,9). Sum of RGB (Red+Green+Blue) = 87+80+9=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #575009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575009 is #A8AFF6. Grayscale: #4A4A4A. Windows color (decimal): -11055095 or 610391. OLE color: 610391.

HSL color Cylindrical-coordinate representation of color #575009: hue angle of 54.62º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #575009 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB87809-
CMYK00.080.900.66
HSL54.62º81.25%18.82%-
HSV(B)54.62º89.66%34.12%-
XYZ6.857.781.4-
YUV7491.32137.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 9 (3.91% from 255) = 5.11%
R=49.43%
G=45.45%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8780900.080.900.6654.6281.2518.82
Hex57509085A42375113
Octal127120110101321026712123
Binary1010111101000010010100010110101000010110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575009; }

 p { color: rgb(87,80,9); }

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

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

 a { background-color: rgb(87,80,9); }

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

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

 span { border-color: rgb(87,80,9); }

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