Html Css Color HEX #59501E Bronze Olive

📋 copy color: '#59501E'

red 89 ◦ green 80 ◦ blue 30

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

Shades of Bronze Olive #59501E

Tints of Bronze Olive #59501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

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

R = 44.72%
G = 40.2%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59501E (or 0x59501E) is known color: Bronze Olive. HEX triplet: 59, 50 and 1E. RGB value is (89,80,30). Sum of RGB (Red+Green+Blue) = 89+80+30=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #59501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59501E is #A6AFE1. Grayscale: #4D4D4D. Windows color (decimal): -10924002 or 1986649. OLE color: 1986649.

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

Color convert

RGB 89 80 30 -
CMYK 0 0.10 0.66 0.65
HSL 50.85º 0.5% 0.23% -
HSV(B) 50.85º 0.66% 0.35% -
XYZ 7.22 7.95 2.38 -
YUV 76.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 89 80 30 0 0.10 0.66 0.65 50.85 0.5 0.23
Hex 59 50 1E 0 A 42 41 33 32 17
Octal 131 120 36 0 12 102 101 63 62 27
Binary 1011001 1010000 11110 0 1010 1000010 1000001 110011 110010 10111

Color Harmonies of #59501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59501E

Black with #59501E

Text Example


Text Example

White with #59501E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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