Html Css Color HEX #594511 Bronze Olive

📋 copy color: '#594511'

red 89 ◦ green 69 ◦ blue 17

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

Shades of Bronze Olive #594511

Tints of Bronze Olive #594511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.71%

R = 50.86%
G = 39.43%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#594511 (or 0x594511) is known color: Bronze Olive. HEX triplet: 59, 45 and 11. RGB value is (89,69,17). Sum of RGB (Red+Green+Blue) = 89+69+17=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #594511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594511 is #A6BAEE. Grayscale: #454545. Windows color (decimal): -10926831 or 1131865. OLE color: 1131865.

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

Color convert

RGB 89 69 17 -
CMYK 0 0.22 0.81 0.65
HSL 43.33º 0.68% 0.21% -
HSV(B) 43.33º 0.81% 0.35% -
XYZ 6.35 6.42 1.43 -
YUV 69.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 89 69 17 0 0.22 0.81 0.65 43.33 0.68 0.21
Hex 59 45 11 0 16 51 41 2B 44 15
Octal 131 105 21 0 26 121 101 53 104 25
Binary 1011001 1000101 10001 0 10110 1010001 1000001 101011 1000100 10101

Color Harmonies of #594511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594511

Black with #594511

Text Example


Text Example

White with #594511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594511; }

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

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

background-color css

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

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

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

border-color css

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

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

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