Html Css Color HEX #595211 Bronze Olive

📋 copy color: '#595211'

red 89 ◦ green 82 ◦ blue 17

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

Shades of Bronze Olive #595211

Tints of Bronze Olive #595211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.62%

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

R = 47.34%
G = 43.62%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#595211 (or 0x595211) is known color: Bronze Olive. HEX triplet: 59, 52 and 11. RGB value is (89,82,17). Sum of RGB (Red+Green+Blue) = 89+82+17=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #595211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595211 is #A6ADEE. Grayscale: #4C4C4C. Windows color (decimal): -10923503 or 1135193. OLE color: 1135193.

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

Color convert

RGB 89 82 17 -
CMYK 0 0.08 0.81 0.65
HSL 54.17º 0.68% 0.21% -
HSV(B) 54.17º 0.81% 0.35% -
XYZ 7.24 8.2 1.73 -
YUV 76.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 89 82 17 0 0.08 0.81 0.65 54.17 0.68 0.21
Hex 59 52 11 0 8 51 41 36 44 15
Octal 131 122 21 0 10 121 101 66 104 25
Binary 1011001 1010010 10001 0 1000 1010001 1000001 110110 1000100 10101

Color Harmonies of #595211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595211

Black with #595211

Text Example


Text Example

White with #595211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595211; }

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

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

background-color css

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

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

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

border-color css

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

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

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