Html Css Color HEX #594710 Bronze Olive

📋 copy color: '#594710'

red 89 ◦ green 71 ◦ blue 16

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

Shades of Bronze Olive #594710

Tints of Bronze Olive #594710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.34%

 BLUE value IS 16 (6.64% from 255) = 9.09%

R = 50.57%
G = 40.34%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#594710 (or 0x594710) is known color: Bronze Olive. HEX triplet: 59, 47 and 10. RGB value is (89,71,16). Sum of RGB (Red+Green+Blue) = 89+71+16=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #594710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594710 is #A6B8EF. Grayscale: #464646. Windows color (decimal): -10926320 or 1066841. OLE color: 1066841.

HSL color Cylindrical-coordinate representation of color #594710: hue angle of 45.21º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #594710 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 71 16 -
CMYK 0 0.20 0.82 0.65
HSL 45.21º 0.7% 0.21% -
HSV(B) 45.21º 0.82% 0.35% -
XYZ 6.47 6.67 1.44 -
YUV 70.11 97.46 141.47 -
System Red Green Blue C M Y K H S L
Decimal 89 71 16 0 0.20 0.82 0.65 45.21 0.7 0.21
Hex 59 47 10 0 14 52 41 2D 46 15
Octal 131 107 20 0 24 122 101 55 106 25
Binary 1011001 1000111 10000 0 10100 1010010 1000001 101101 1000110 10101

Color Harmonies of #594710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594710

Black with #594710

Text Example


Text Example

White with #594710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594710; }

 p { color: rgb(89,71,16); }

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

background-color css

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

 a { background-color: rgb(89,71,16); }

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

border-color css

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

 span { border-color: rgb(89,71,16); }

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