#575220

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

Shades of Bronze Olive #575220

Tints of Bronze Olive #575220

Color information

#575220 (or 0x575220) is unknown color: approx Bronze Olive. HEX triplet: 57, 52 and 20. RGB value is (87,82,32). Sum of RGB (Red+Green+Blue) = 87+82+32=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #575220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575220 is #A8ADDF. Grayscale: #4D4D4D. Windows color (decimal): -11054560 or 2118231. OLE color: 2118231.

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

Color convert

RGB878232-
CMYK00.060.630.66
HSL54.55º46.22%23.33%-
HSV(B)54.55º63.22%34.12%-
XYZ7.218.172.56-
YUV77.79102.16134.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=43.28%
G=40.80%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87823200.060.630.6654.5546.2223.33
Hex575220063F42372e17
Octal127122400677102675627
Binary101011110100101000000110111111100001011011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575220; }

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

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

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

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

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

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

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

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