Html Css Color HEX #59490D Bronze Olive

📋 copy color: '#59490D'

red 89 ◦ green 73 ◦ blue 13

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

Shades of Bronze Olive #59490D

Tints of Bronze Olive #59490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 50.86%
G = 41.71%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59490D (or 0x59490D) is known color: Bronze Olive. HEX triplet: 59, 49 and 0D. RGB value is (89,73,13). Sum of RGB (Red+Green+Blue) = 89+73+13=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #59490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59490D is #A6B6F2. Grayscale: #474747. Windows color (decimal): -10925811 or 870745. OLE color: 870745.

HSL color Cylindrical-coordinate representation of color #59490D: hue angle of 47.37º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59490D is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 73 13 -
CMYK 0 0.18 0.85 0.65
HSL 47.37º 0.75% 0.2% -
HSV(B) 47.37º 0.85% 0.35% -
XYZ 6.58 6.92 1.37 -
YUV 70.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 89 73 13 0 0.18 0.85 0.65 47.37 0.75 0.2
Hex 59 49 D 0 12 55 41 2F 4B 14
Octal 131 111 15 0 22 125 101 57 113 24
Binary 1011001 1001001 1101 0 10010 1010101 1000001 101111 1001011 10100

Color Harmonies of #59490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59490D

Black with #59490D

Text Example


Text Example

White with #59490D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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