#594F10

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

Shades of Bronze Olive #594F10

Tints of Bronze Olive #594F10

Color information

#594F10 (or 0x594F10) is unknown color: approx Bronze Olive. HEX triplet: 59, 4F and 10. RGB value is (89,79,16). Sum of RGB (Red+Green+Blue) = 89+79+16=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #594F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F10 is #A6B0EF. Grayscale: #4B4B4B. Windows color (decimal): -10924272 or 1068889. OLE color: 1068889.

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

Color convert

RGB897916-
CMYK00.110.820.65
HSL51.78º69.52%20.59%-
HSV(B)51.78º82.02%34.9%-
XYZ7.017.751.62-
YUV74.8194.81138.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.37%
GREEN value IS 79 (31.25% from 255) = 42.93%
BLUE value IS 16 (6.64% from 255) = 8.70%
R=48.37%
G=42.93%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89791600.110.820.6551.7869.5220.59
Hex594F100B5241344615
Octal131117200131221016410625
Binary10110011001111100000101110100101000001110100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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