Html Css Color HEX #59491A Bronze Olive

📋 copy color: '#59491A'

red 89 ◦ green 73 ◦ blue 26

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

Shades of Bronze Olive #59491A

Tints of Bronze Olive #59491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.83%

R = 47.34%
G = 38.83%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#59491A (or 0x59491A) is known color: Bronze Olive. HEX triplet: 59, 49 and 1A. RGB value is (89,73,26). Sum of RGB (Red+Green+Blue) = 89+73+26=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59491A is #A6B6E5. Grayscale: #484848. Windows color (decimal): -10925798 or 1722713. OLE color: 1722713.

HSL color Cylindrical-coordinate representation of color #59491A: hue angle of 44.76º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59491A is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 73 26 -
CMYK 0 0.18 0.71 0.65
HSL 44.76º 0.55% 0.23% -
HSV(B) 44.76º 0.71% 0.35% -
XYZ 6.69 6.96 1.97 -
YUV 72.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 89 73 26 0 0.18 0.71 0.65 44.76 0.55 0.23
Hex 59 49 1A 0 12 47 41 2D 37 17
Octal 131 111 32 0 22 107 101 55 67 27
Binary 1011001 1001001 11010 0 10010 1000111 1000001 101101 110111 10111

Color Harmonies of #59491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59491A

Black with #59491A

Text Example


Text Example

White with #59491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59491A; }

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

 H1.HeaderClassName
 {
   color: #59491A;
 }
 .AnyTagClassName
 {
   color: #59491A;
 }
</style>

background-color css

<style>
 a { background-color: #59491A; }

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

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

border-color css

<style>
 span { border-color: #59491A; }

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

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