Html Css Color HEX #595014 Bronze Olive

📋 copy color: '#595014'

red 89 ◦ green 80 ◦ blue 20

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

Shades of Bronze Olive #595014

Tints of Bronze Olive #595014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.58%

R = 47.09%
G = 42.33%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#595014 (or 0x595014) is known color: Bronze Olive. HEX triplet: 59, 50 and 14. RGB value is (89,80,20). Sum of RGB (Red+Green+Blue) = 89+80+20=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #595014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595014 is #A6AFEB. Grayscale: #4C4C4C. Windows color (decimal): -10924012 or 1331289. OLE color: 1331289.

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

Color convert

RGB 89 80 20 -
CMYK 0 0.10 0.78 0.65
HSL 52.17º 0.63% 0.21% -
HSV(B) 52.17º 0.78% 0.35% -
XYZ 7.11 7.91 1.81 -
YUV 75.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 89 80 20 0 0.10 0.78 0.65 52.17 0.63 0.21
Hex 59 50 14 0 A 4E 41 34 3F 15
Octal 131 120 24 0 12 116 101 64 77 25
Binary 1011001 1010000 10100 0 1010 1001110 1000001 110100 111111 10101

Color Harmonies of #595014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595014

Black with #595014

Text Example


Text Example

White with #595014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595014; }

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

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

background-color css

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

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

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

border-color css

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

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

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