Html Css Color HEX #59461E Bronze Olive

📋 copy color: '#59461E'

red 89 ◦ green 70 ◦ blue 30

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

Shades of Bronze Olive #59461E

Tints of Bronze Olive #59461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.04%

 BLUE value IS 30 (12.11% from 255) = 15.87%

R = 47.09%
G = 37.04%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59461E (or 0x59461E) is known color: Bronze Olive. HEX triplet: 59, 46 and 1E. RGB value is (89,70,30). Sum of RGB (Red+Green+Blue) = 89+70+30=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59461E is #A6B9E1. Grayscale: #474747. Windows color (decimal): -10926562 or 1984089. OLE color: 1984089.

HSL color Cylindrical-coordinate representation of color #59461E: hue angle of 40.68º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59461E is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 70 30 -
CMYK 0 0.21 0.66 0.65
HSL 40.68º 0.5% 0.23% -
HSV(B) 40.68º 0.66% 0.35% -
XYZ 6.54 6.6 2.16 -
YUV 71.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 89 70 30 0 0.21 0.66 0.65 40.68 0.5 0.23
Hex 59 46 1E 0 15 42 41 29 32 17
Octal 131 106 36 0 25 102 101 51 62 27
Binary 1011001 1000110 11110 0 10101 1000010 1000001 101001 110010 10111

Color Harmonies of #59461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59461E

Black with #59461E

Text Example


Text Example

White with #59461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59461E; }

 p { color: rgb(89,70,30); }

 H1.HeaderClassName
 {
   color: #59461E;
 }
 .AnyTagClassName
 {
   color: #59461E;
 }
</style>

background-color css

<style>
 a { background-color: #59461E; }

 a { background-color: rgb(89,70,30); }

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

border-color css

<style>
 span { border-color: #59461E; }

 span { border-color: rgb(89,70,30); }

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