#594A0E

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

Shades of Bronze Olive #594A0E

Tints of Bronze Olive #594A0E

Color information

#594A0E (or 0x594A0E) is unknown color: approx Bronze Olive. HEX triplet: 59, 4A and 0E. RGB value is (89,74,14). Sum of RGB (Red+Green+Blue) = 89+74+14=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #594A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A0E is #A6B5F1. Grayscale: #474747. Windows color (decimal): -10925554 or 936537. OLE color: 936537.

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

Color convert

RGB897414-
CMYK00.170.840.65
HSL48º72.82%20.2%-
HSV(B)48º84.27%34.9%-
XYZ6.657.051.43-
YUV71.6495.47140.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.28%
GREEN value IS 74 (29.30% from 255) = 41.81%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=50.28%
G=41.81%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89741400.170.840.654872.8220.2
Hex594AE0115441304914
Octal131112160211241016011124
Binary10110011001010111001000110101001000001110000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,74,14); }

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

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

 a { background-color: rgb(89,74,14); }

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

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

 span { border-color: rgb(89,74,14); }

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