#594C0E

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

Shades of Bronze Olive #594C0E

Tints of Bronze Olive #594C0E

Color information

#594C0E (or 0x594C0E) is unknown color: approx Bronze Olive. HEX triplet: 59, 4C and 0E. RGB value is (89,76,14). Sum of RGB (Red+Green+Blue) = 89+76+14=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #594C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C0E is #A6B3F1. Grayscale: #494949. Windows color (decimal): -10925042 or 937049. OLE color: 937049.

HSL color Cylindrical-coordinate representation of color #594C0E: hue angle of 49.6º 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 #594C0E is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB897614-
CMYK00.150.840.65
HSL49.6º72.82%20.2%-
HSV(B)49.6º84.27%34.9%-
XYZ6.787.321.47-
YUV72.8294.81139.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.72%
GREEN value IS 76 (30.08% from 255) = 42.46%
BLUE value IS 14 (5.86% from 255) = 7.82%
R=49.72%
G=42.46%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89761400.150.840.6549.672.8220.2
Hex594CE0F5441324914
Octal131114160171241016211124
Binary1011001100110011100111110101001000001110010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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