Html Css Color HEX #59540E Bronze Olive

📋 copy color: '#59540E'

red 89 ◦ green 84 ◦ blue 14

#59540E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #59540E

Tints of Bronze Olive #59540E

RGB

 RED value IS 89 (35.16% from 255) = 47.59%

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59540E (or 0x59540E) is known color: 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

RGB 89 84 14 -
CMYK 0 0.06 0.84 0.65
HSL 56º 0.73% 0.2% -
HSV(B) 56º 0.84% 0.35% -
XYZ 7.37 8.5 1.67 -
YUV 77.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 89 84 14 0 0.06 0.84 0.65 56 0.73 0.2
Hex 59 54 E 0 6 54 41 38 49 14
Octal 131 124 16 0 6 124 101 70 111 24
Binary 1011001 1010100 1110 0 110 1010100 1000001 111000 1001001 10100

Color Harmonies of #59540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59540E

Black with #59540E

Text Example


Text Example

White with #59540E

Text Example


Text Example

HTML Codes & Css Web 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>