#594E0B

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

Shades of Bronze Olive #594E0B

Tints of Bronze Olive #594E0B

Color information

#594E0B (or 0x594E0B) is unknown color: approx Bronze Olive. HEX triplet: 59, 4E and 0B. RGB value is (89,78,11). Sum of RGB (Red+Green+Blue) = 89+78+11=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #594E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E0B is #A6B1F4. Grayscale: #494949. Windows color (decimal): -10924533 or 740953. OLE color: 740953.

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

Color convert

RGB897811-
CMYK00.120.880.65
HSL51.54º78%19.61%-
HSV(B)51.54º87.64%34.9%-
XYZ6.97.61.42-
YUV73.6592.64138.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 43.82%
BLUE value IS 11 (4.69% from 255) = 6.18%
R=50%
G=43.82%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89781100.120.880.6551.547819.61
Hex594EB0C5841344e14
Octal131116130141301016411624
Binary1011001100111010110110010110001000001110100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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