#594E0C

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

Shades of Bronze Olive #594E0C

Tints of Bronze Olive #594E0C

Color information

#594E0C (or 0x594E0C) is unknown color: approx Bronze Olive. HEX triplet: 59, 4E and 0C. RGB value is (89,78,12). Sum of RGB (Red+Green+Blue) = 89+78+12=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #594E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E0C is #A6B1F3. Grayscale: #4A4A4A. Windows color (decimal): -10924532 or 806489. OLE color: 806489.

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

Color convert

RGB897812-
CMYK00.120.870.65
HSL51.43º76.24%19.8%-
HSV(B)51.43º86.52%34.9%-
XYZ6.917.61.45-
YUV73.7693.14138.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.72%
GREEN value IS 78 (30.86% from 255) = 43.58%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=49.72%
G=43.58%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89781200.120.870.6551.4376.2419.8
Hex594EC0C5741334c14
Octal131116140141271016311424
Binary1011001100111011000110010101111000001110011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,78,12); }

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

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

 a { background-color: rgb(89,78,12); }

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

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

 span { border-color: rgb(89,78,12); }

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