#595124

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

Shades of Bronze Olive #595124

Tints of Bronze Olive #595124

Color information

#595124 (or 0x595124) is unknown color: approx Bronze Olive. HEX triplet: 59, 51 and 24. RGB value is (89,81,36). Sum of RGB (Red+Green+Blue) = 89+81+36=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #595124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595124 is #A6AEDB. Grayscale: #4E4E4E. Windows color (decimal): -10923740 or 2380121. OLE color: 2380121.

HSL color Cylindrical-coordinate representation of color #595124: hue angle of 50.94º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595124 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB898136-
CMYK00.090.600.65
HSL50.94º42.4%24.51%-
HSV(B)50.94º59.55%34.9%-
XYZ7.388.142.85-
YUV78.26104.15135.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.20%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 36 (14.45% from 255) = 17.48%
R=43.20%
G=39.32%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89813600.090.600.6550.9442.424.51
Hex595124093C41332a19
Octal1311214401174101635231
Binary1011001101000110010001001111100100000111001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595124; }

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

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

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

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

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

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

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

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