Html Css Color HEX #595116 Bronze Olive

📋 copy color: '#595116'

red 89 ◦ green 81 ◦ blue 22

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

Shades of Bronze Olive #595116

Tints of Bronze Olive #595116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.46%

R = 46.35%
G = 42.19%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#595116 (or 0x595116) is known color: Bronze Olive. HEX triplet: 59, 51 and 16. RGB value is (89,81,22). Sum of RGB (Red+Green+Blue) = 89+81+22=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #595116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595116 is #A6AEE9. Grayscale: #4C4C4C. Windows color (decimal): -10923754 or 1462617. OLE color: 1462617.

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

Color convert

RGB 89 81 22 -
CMYK 0 0.09 0.75 0.65
HSL 52.84º 0.6% 0.22% -
HSV(B) 52.84º 0.75% 0.35% -
XYZ 7.21 8.07 1.94 -
YUV 76.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 89 81 22 0 0.09 0.75 0.65 52.84 0.6 0.22
Hex 59 51 16 0 9 4B 41 35 3C 16
Octal 131 121 26 0 11 113 101 65 74 26
Binary 1011001 1010001 10110 0 1001 1001011 1000001 110101 111100 10110

Color Harmonies of #595116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595116

Black with #595116

Text Example


Text Example

White with #595116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595116; }

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

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

background-color css

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

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

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

border-color css

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

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

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