Html Css Color HEX #59490C Bronze Olive

📋 copy color: '#59490C'

red 89 ◦ green 73 ◦ blue 12

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

Shades of Bronze Olive #59490C

Tints of Bronze Olive #59490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.95%

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

R = 51.15%
G = 41.95%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59490C (or 0x59490C) is known color: Bronze Olive. HEX triplet: 59, 49 and 0C. RGB value is (89,73,12). Sum of RGB (Red+Green+Blue) = 89+73+12=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #59490C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59490C is #A6B6F3. Grayscale: #474747. Windows color (decimal): -10925812 or 805209. OLE color: 805209.

HSL color Cylindrical-coordinate representation of color #59490C: hue angle of 47.53º 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 #59490C is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 73 12 -
CMYK 0 0.18 0.87 0.65
HSL 47.53º 0.76% 0.2% -
HSV(B) 47.53º 0.87% 0.35% -
XYZ 6.57 6.92 1.34 -
YUV 70.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 89 73 12 0 0.18 0.87 0.65 47.53 0.76 0.2
Hex 59 49 C 0 12 57 41 30 4C 14
Octal 131 111 14 0 22 127 101 60 114 24
Binary 1011001 1001001 1100 0 10010 1010111 1000001 110000 1001100 10100

Color Harmonies of #59490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59490C

Black with #59490C

Text Example


Text Example

White with #59490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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