Html Css Color HEX #595011 Bronze Olive

📋 copy color: '#595011'

red 89 ◦ green 80 ◦ blue 17

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

Shades of Bronze Olive #595011

Tints of Bronze Olive #595011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.01%

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

R = 47.85%
G = 43.01%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#595011 (or 0x595011) is known color: Bronze Olive. HEX triplet: 59, 50 and 11. RGB value is (89,80,17). Sum of RGB (Red+Green+Blue) = 89+80+17=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #595011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595011 is #A6AFEE. Grayscale: #4B4B4B. Windows color (decimal): -10924015 or 1134681. OLE color: 1134681.

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

Color convert

RGB 89 80 17 -
CMYK 0 0.10 0.81 0.65
HSL 52.5º 0.68% 0.21% -
HSV(B) 52.5º 0.81% 0.35% -
XYZ 7.09 7.9 1.68 -
YUV 75.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 89 80 17 0 0.10 0.81 0.65 52.5 0.68 0.21
Hex 59 50 11 0 A 51 41 34 44 15
Octal 131 120 21 0 12 121 101 64 104 25
Binary 1011001 1010000 10001 0 1010 1010001 1000001 110100 1000100 10101

Color Harmonies of #595011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595011

Black with #595011

Text Example


Text Example

White with #595011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595011; }

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

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

background-color css

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

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

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

border-color css

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

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

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