Html Css Color HEX #594510 Bronze Olive

📋 copy color: '#594510'

red 89 ◦ green 69 ◦ blue 16

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

Shades of Bronze Olive #594510

Tints of Bronze Olive #594510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.66%

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

R = 51.15%
G = 39.66%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#594510 (or 0x594510) is known color: Bronze Olive. HEX triplet: 59, 45 and 10. RGB value is (89,69,16). Sum of RGB (Red+Green+Blue) = 89+69+16=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #594510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594510 is #A6BAEF. Grayscale: #454545. Windows color (decimal): -10926832 or 1066329. OLE color: 1066329.

HSL color Cylindrical-coordinate representation of color #594510: hue angle of 43.56º 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 #594510 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 69 16 -
CMYK 0 0.22 0.82 0.65
HSL 43.56º 0.7% 0.21% -
HSV(B) 43.56º 0.82% 0.35% -
XYZ 6.34 6.42 1.39 -
YUV 68.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 89 69 16 0 0.22 0.82 0.65 43.56 0.7 0.21
Hex 59 45 10 0 16 52 41 2C 46 15
Octal 131 105 20 0 26 122 101 54 106 25
Binary 1011001 1000101 10000 0 10110 1010010 1000001 101100 1000110 10101

Color Harmonies of #594510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594510

Black with #594510

Text Example


Text Example

White with #594510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594510; }

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

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

background-color css

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

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

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

border-color css

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

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

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