Html Css Color HEX #59460E Bronze Olive

📋 copy color: '#59460E'

red 89 ◦ green 70 ◦ blue 14

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

Shades of Bronze Olive #59460E

Tints of Bronze Olive #59460E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.09%

R = 51.45%
G = 40.46%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59460E (or 0x59460E) is known color: Bronze Olive. HEX triplet: 59, 46 and 0E. RGB value is (89,70,14). Sum of RGB (Red+Green+Blue) = 89+70+14=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59460E is #A6B9F1. Grayscale: #454545. Windows color (decimal): -10926578 or 935513. OLE color: 935513.

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

Color convert

RGB 89 70 14 -
CMYK 0 0.21 0.84 0.65
HSL 44.8º 0.73% 0.2% -
HSV(B) 44.8º 0.84% 0.35% -
XYZ 6.39 6.54 1.34 -
YUV 69.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 89 70 14 0 0.21 0.84 0.65 44.8 0.73 0.2
Hex 59 46 E 0 15 54 41 2D 49 14
Octal 131 106 16 0 25 124 101 55 111 24
Binary 1011001 1000110 1110 0 10101 1010100 1000001 101101 1001001 10100

Color Harmonies of #59460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59460E

Black with #59460E

Text Example


Text Example

White with #59460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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