#575320

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

Shades of Bronze Olive #575320

Tints of Bronze Olive #575320

Color information

#575320 (or 0x575320) is unknown color: approx Bronze Olive. HEX triplet: 57, 53 and 20. RGB value is (87,83,32). Sum of RGB (Red+Green+Blue) = 87+83+32=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #575320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575320 is #A8ACDF. Grayscale: #4E4E4E. Windows color (decimal): -11054304 or 2118487. OLE color: 2118487.

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

Color convert

RGB878332-
CMYK00.050.630.66
HSL55.64º46.22%23.33%-
HSV(B)55.64º63.22%34.12%-
XYZ7.288.322.59-
YUV78.38101.83134.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=43.07%
G=41.09%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87833200.050.630.6655.6446.2223.33
Hex575320053F42382e17
Octal127123400577102705627
Binary101011110100111000000101111111100001011100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575320; }

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

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

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

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

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

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

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

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