#575120

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

Shades of Bronze Olive #575120

Tints of Bronze Olive #575120

Color information

#575120 (or 0x575120) is unknown color: approx Bronze Olive. HEX triplet: 57, 51 and 20. RGB value is (87,81,32). Sum of RGB (Red+Green+Blue) = 87+81+32=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #575120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575120 is #A8AEDF. Grayscale: #4D4D4D. Windows color (decimal): -11054816 or 2117975. OLE color: 2117975.

HSL color Cylindrical-coordinate representation of color #575120: hue angle of 53.45º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575120 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB878132-
CMYK00.070.630.66
HSL53.45º46.22%23.33%-
HSV(B)53.45º63.22%34.12%-
XYZ7.138.022.54-
YUV77.21102.49134.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.5%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 32 (12.89% from 255) = 16%
R=43.5%
G=40.5%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87813200.070.630.6653.4546.2223.33
Hex575120073F42352e17
Octal127121400777102655627
Binary101011110100011000000111111111100001011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575120; }

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

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

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

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

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

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

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

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