Html Css Color HEX #594D11 Bronze Olive

📋 copy color: '#594D11'

red 89 ◦ green 77 ◦ blue 17

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

Shades of Bronze Olive #594D11

Tints of Bronze Olive #594D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.08%

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

R = 48.63%
G = 42.08%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#594D11 (or 0x594D11) is known color: Bronze Olive. HEX triplet: 59, 4D and 11. RGB value is (89,77,17). Sum of RGB (Red+Green+Blue) = 89+77+17=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #594D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D11 is #A6B2EE. Grayscale: #4A4A4A. Windows color (decimal): -10924783 or 1133913. OLE color: 1133913.

HSL color Cylindrical-coordinate representation of color #594D11: hue angle of 50º 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 #594D11 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 77 17 -
CMYK 0 0.13 0.81 0.65
HSL 50º 0.68% 0.21% -
HSV(B) 50º 0.81% 0.35% -
XYZ 6.87 7.47 1.61 -
YUV 73.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 89 77 17 0 0.13 0.81 0.65 50 0.68 0.21
Hex 59 4D 11 0 D 51 41 32 44 15
Octal 131 115 21 0 15 121 101 62 104 25
Binary 1011001 1001101 10001 0 1101 1010001 1000001 110010 1000100 10101

Color Harmonies of #594D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D11

Black with #594D11

Text Example


Text Example

White with #594D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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