Html Css Color HEX #595016 Bronze Olive

📋 copy color: '#595016'

red 89 ◦ green 80 ◦ blue 22

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

Shades of Bronze Olive #595016

Tints of Bronze Olive #595016

RGB

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

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

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

R = 46.6%
G = 41.88%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#595016 (or 0x595016) is known color: Bronze Olive. HEX triplet: 59, 50 and 16. RGB value is (89,80,22). Sum of RGB (Red+Green+Blue) = 89+80+22=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #595016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595016 is #A6AFE9. Grayscale: #4C4C4C. Windows color (decimal): -10924010 or 1462361. OLE color: 1462361.

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

Color convert

RGB 89 80 22 -
CMYK 0 0.10 0.75 0.65
HSL 51.94º 0.6% 0.22% -
HSV(B) 51.94º 0.75% 0.35% -
XYZ 7.13 7.92 1.91 -
YUV 76.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 89 80 22 0 0.10 0.75 0.65 51.94 0.6 0.22
Hex 59 50 16 0 A 4B 41 34 3C 16
Octal 131 120 26 0 12 113 101 64 74 26
Binary 1011001 1010000 10110 0 1010 1001011 1000001 110100 111100 10110

Color Harmonies of #595016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595016

Black with #595016

Text Example


Text Example

White with #595016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595016; }

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

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

background-color css

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

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

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

border-color css

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

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

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