#594F12

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

Shades of Bronze Olive #594F12

Tints of Bronze Olive #594F12

Color information

#594F12 (or 0x594F12) is unknown color: approx Bronze Olive. HEX triplet: 59, 4F and 12. RGB value is (89,79,18). Sum of RGB (Red+Green+Blue) = 89+79+18=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #594F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F12 is #A6B0ED. Grayscale: #4B4B4B. Windows color (decimal): -10924270 or 1199961. OLE color: 1199961.

HSL color Cylindrical-coordinate representation of color #594F12: hue angle of 51.55º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #594F12 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB897918-
CMYK00.110.800.65
HSL51.55º66.36%20.98%-
HSV(B)51.55º79.78%34.9%-
XYZ7.027.761.7-
YUV75.0495.81137.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=47.85%
G=42.47%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89791800.110.800.6551.5566.3620.98
Hex594F120B5041344215
Octal131117220131201016410225
Binary10110011001111100100101110100001000001110100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594F12; }

 p { color: rgb(89,79,18); }

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

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

 a { background-color: rgb(89,79,18); }

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

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

 span { border-color: rgb(89,79,18); }

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