#575020

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

Shades of Bronze Olive #575020

Tints of Bronze Olive #575020

Color information

#575020 (or 0x575020) is unknown color: approx Bronze Olive. HEX triplet: 57, 50 and 20. RGB value is (87,80,32). Sum of RGB (Red+Green+Blue) = 87+80+32=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #575020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575020 is #A8AFDF. Grayscale: #4C4C4C. Windows color (decimal): -11055072 or 2117719. OLE color: 2117719.

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

Color convert

RGB878032-
CMYK00.080.630.66
HSL52.36º46.22%23.33%-
HSV(B)52.36º63.22%34.12%-
XYZ7.067.872.51-
YUV76.62102.82135.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=43.72%
G=40.20%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87803200.080.630.6652.3646.2223.33
Hex575020083F42342e17
Octal1271204001077102645627
Binary1010111101000010000001000111111100001011010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575020; }

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

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

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

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

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

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

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

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