Html Css Color HEX #594211 Bronze Olive

📋 copy color: '#594211'

red 89 ◦ green 66 ◦ blue 17

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

Shades of Bronze Olive #594211

Tints of Bronze Olive #594211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.37%

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

R = 51.74%
G = 38.37%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#594211 (or 0x594211) is known color: Bronze Olive. HEX triplet: 59, 42 and 11. RGB value is (89,66,17). Sum of RGB (Red+Green+Blue) = 89+66+17=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #594211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594211 is #A6BDEE. Grayscale: #434343. Windows color (decimal): -10927599 or 1131097. OLE color: 1131097.

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

Color convert

RGB 89 66 17 -
CMYK 0 0.26 0.81 0.65
HSL 40.83º 0.68% 0.21% -
HSV(B) 40.83º 0.81% 0.35% -
XYZ 6.17 6.06 1.38 -
YUV 67.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 89 66 17 0 0.26 0.81 0.65 40.83 0.68 0.21
Hex 59 42 11 0 1A 51 41 29 44 15
Octal 131 102 21 0 32 121 101 51 104 25
Binary 1011001 1000010 10001 0 11010 1010001 1000001 101001 1000100 10101

Color Harmonies of #594211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594211

Black with #594211

Text Example


Text Example

White with #594211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594211; }

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

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

background-color css

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

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

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

border-color css

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

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

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