Html Css Color HEX #59500C Bronze Olive

📋 copy color: '#59500C'

red 89 ◦ green 80 ◦ blue 12

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

Shades of Bronze Olive #59500C

Tints of Bronze Olive #59500C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.63%

R = 49.17%
G = 44.2%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59500C (or 0x59500C) is known color: Bronze Olive. HEX triplet: 59, 50 and 0C. RGB value is (89,80,12). Sum of RGB (Red+Green+Blue) = 89+80+12=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #59500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59500C is #A6AFF3. Grayscale: #4B4B4B. Windows color (decimal): -10924020 or 807001. OLE color: 807001.

HSL color Cylindrical-coordinate representation of color #59500C: hue angle of 52.99º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59500C is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 12 -
CMYK 0 0.10 0.87 0.65
HSL 52.99º 0.76% 0.2% -
HSV(B) 52.99º 0.87% 0.35% -
XYZ 7.05 7.89 1.5 -
YUV 74.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 89 80 12 0 0.10 0.87 0.65 52.99 0.76 0.2
Hex 59 50 C 0 A 57 41 35 4C 14
Octal 131 120 14 0 12 127 101 65 114 24
Binary 1011001 1010000 1100 0 1010 1010111 1000001 110101 1001100 10100

Color Harmonies of #59500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59500C

Black with #59500C

Text Example


Text Example

White with #59500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59500C; }

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

 H1.HeaderClassName
 {
   color: #59500C;
 }
 .AnyTagClassName
 {
   color: #59500C;
 }
</style>

background-color css

<style>
 a { background-color: #59500C; }

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

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

border-color css

<style>
 span { border-color: #59500C; }

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

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