#575322

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

Shades of Bronze Olive #575322

Tints of Bronze Olive #575322

Color information

#575322 (or 0x575322) is unknown color: approx Bronze Olive. HEX triplet: 57, 53 and 22. RGB value is (87,83,34). Sum of RGB (Red+Green+Blue) = 87+83+34=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #575322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575322 is #A8ACDD. Grayscale: #4E4E4E. Windows color (decimal): -11054302 or 2249559. OLE color: 2249559.

HSL color Cylindrical-coordinate representation of color #575322: hue angle of 55.47º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575322 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB878334-
CMYK00.050.610.66
HSL55.47º43.8%23.73%-
HSV(B)55.47º60.92%34.12%-
XYZ7.318.332.74-
YUV78.61102.83133.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 34 (13.67% from 255) = 16.67%
R=42.65%
G=40.69%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87833400.050.610.6655.4743.823.73
Hex575322053D42372c18
Octal127123420575102675430
Binary101011110100111000100101111101100001011011110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575322; }

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

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

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

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

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

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

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

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