#575124

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

Shades of Bronze Olive #575124

Tints of Bronze Olive #575124

Color information

#575124 (or 0x575124) is unknown color: approx Bronze Olive. HEX triplet: 57, 51 and 24. RGB value is (87,81,36). Sum of RGB (Red+Green+Blue) = 87+81+36=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #575124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575124 is #A8AEDB. Grayscale: #4D4D4D. Windows color (decimal): -11054812 or 2380119. OLE color: 2380119.

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

Color convert

RGB878136-
CMYK00.070.590.66
HSL52.94º41.46%24.12%-
HSV(B)52.94º58.62%34.12%-
XYZ7.198.042.84-
YUV77.66104.49134.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 36 (14.45% from 255) = 17.65%
R=42.65%
G=39.71%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87813600.070.590.6652.9441.4624.12
Hex575124073B42352918
Octal127121440773102655130
Binary101011110100011001000111111011100001011010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575124; }

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

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

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

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

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

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

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

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