Html Css Color HEX #59491C Bronze Olive

📋 copy color: '#59491C'

red 89 ◦ green 73 ◦ blue 28

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

Shades of Bronze Olive #59491C

Tints of Bronze Olive #59491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.74%

R = 46.84%
G = 38.42%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59491C (or 0x59491C) is known color: Bronze Olive. HEX triplet: 59, 49 and 1C. RGB value is (89,73,28). Sum of RGB (Red+Green+Blue) = 89+73+28=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #59491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59491C is #A6B6E3. Grayscale: #484848. Windows color (decimal): -10925796 or 1853785. OLE color: 1853785.

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

Color convert

RGB 89 73 28 -
CMYK 0 0.18 0.69 0.65
HSL 44.26º 0.52% 0.23% -
HSV(B) 44.26º 0.69% 0.35% -
XYZ 6.71 6.97 2.09 -
YUV 72.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 89 73 28 0 0.18 0.69 0.65 44.26 0.52 0.23
Hex 59 49 1C 0 12 45 41 2C 34 17
Octal 131 111 34 0 22 105 101 54 64 27
Binary 1011001 1001001 11100 0 10010 1000101 1000001 101100 110100 10111

Color Harmonies of #59491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59491C

Black with #59491C

Text Example


Text Example

White with #59491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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