#594F0F

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

Shades of Bronze Olive #594F0F

Tints of Bronze Olive #594F0F

Color information

#594F0F (or 0x594F0F) is unknown color: approx Bronze Olive. HEX triplet: 59, 4F and 0F. RGB value is (89,79,15). Sum of RGB (Red+Green+Blue) = 89+79+15=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #594F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F0F is #A6B0F0. Grayscale: #4A4A4A. Windows color (decimal): -10924273 or 1003353. OLE color: 1003353.

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

Color convert

RGB897915-
CMYK00.110.830.65
HSL51.89º71.15%20.39%-
HSV(B)51.89º83.15%34.9%-
XYZ77.751.58-
YUV74.6994.31138.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.63%
GREEN value IS 79 (31.25% from 255) = 43.17%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=48.63%
G=43.17%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89791500.110.830.6551.8971.1520.39
Hex594FF0B5341344714
Octal131117170131231016410724
Binary1011001100111111110101110100111000001110100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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