Html Css Color HEX #595110 Bronze Olive

📋 copy color: '#595110'

red 89 ◦ green 81 ◦ blue 16

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

Shades of Bronze Olive #595110

Tints of Bronze Olive #595110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.55%

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 47.85%
G = 43.55%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#595110 (or 0x595110) is known color: Bronze Olive. HEX triplet: 59, 51 and 10. RGB value is (89,81,16). Sum of RGB (Red+Green+Blue) = 89+81+16=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #595110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595110 is #A6AEEF. Grayscale: #4C4C4C. Windows color (decimal): -10923760 or 1069401. OLE color: 1069401.

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

Color convert

RGB 89 81 16 -
CMYK 0 0.09 0.82 0.65
HSL 53.42º 0.7% 0.21% -
HSV(B) 53.42º 0.82% 0.35% -
XYZ 7.16 8.05 1.67 -
YUV 75.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 89 81 16 0 0.09 0.82 0.65 53.42 0.7 0.21
Hex 59 51 10 0 9 52 41 35 46 15
Octal 131 121 20 0 11 122 101 65 106 25
Binary 1011001 1010001 10000 0 1001 1010010 1000001 110101 1000110 10101

Color Harmonies of #595110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595110

Black with #595110

Text Example


Text Example

White with #595110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595110; }

 p { color: rgb(89,81,16); }

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

background-color css

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

 a { background-color: rgb(89,81,16); }

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

border-color css

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

 span { border-color: rgb(89,81,16); }

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