Html Css Color HEX #59541E Bronze Olive

📋 copy color: '#59541E'

red 89 ◦ green 84 ◦ blue 30

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

Shades of Bronze Olive #59541E

Tints of Bronze Olive #59541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

 BLUE value IS 30 (12.11% from 255) = 14.78%

R = 43.84%
G = 41.38%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59541E (or 0x59541E) is known color: Bronze Olive. HEX triplet: 59, 54 and 1E. RGB value is (89,84,30). Sum of RGB (Red+Green+Blue) = 89+84+30=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #59541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59541E is #A6ABE1. Grayscale: #4F4F4F. Windows color (decimal): -10922978 or 1987673. OLE color: 1987673.

HSL color Cylindrical-coordinate representation of color #59541E: hue angle of 54.92º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59541E is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 84 30 -
CMYK 0 0.06 0.66 0.65
HSL 54.92º 0.5% 0.23% -
HSV(B) 54.92º 0.66% 0.35% -
XYZ 7.52 8.56 2.48 -
YUV 79.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 89 84 30 0 0.06 0.66 0.65 54.92 0.5 0.23
Hex 59 54 1E 0 6 42 41 37 32 17
Octal 131 124 36 0 6 102 101 67 62 27
Binary 1011001 1010100 11110 0 110 1000010 1000001 110111 110010 10111

Color Harmonies of #59541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59541E

Black with #59541E

Text Example


Text Example

White with #59541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59541E;
 }
 .AnyTagClassName
 {
   color: #59541E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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