#59540E

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

Shades of Bronze Olive #59540E

Tints of Bronze Olive #59540E

Color information

#59540E (or 0x59540E) is unknown color: approx Bronze Olive. HEX triplet: 59, 54 and 0E. RGB value is (89,84,14). Sum of RGB (Red+Green+Blue) = 89+84+14=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59540E is #A6ABF1. Grayscale: #4D4D4D. Windows color (decimal): -10922994 or 939097. OLE color: 939097.

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

Color convert

RGB898414-
CMYK00.060.840.65
HSL56º72.82%20.2%-
HSV(B)56º84.27%34.9%-
XYZ7.378.51.67-
YUV77.5292.16136.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=47.59%
G=44.92%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89841400.060.840.655672.8220.2
Hex5954E065441384914
Octal13112416061241017011124
Binary101100110101001110011010101001000001111000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59540E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59540E; }

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

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

<style>
 a { background-color: #59540E; }

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

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

<style>
 span { border-color: #59540E; }

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

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