Html Css Color HEX #595214 Bronze Olive

📋 copy color: '#595214'

red 89 ◦ green 82 ◦ blue 20

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

Shades of Bronze Olive #595214

Tints of Bronze Olive #595214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.93%

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

R = 46.6%
G = 42.93%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#595214 (or 0x595214) is known color: Bronze Olive. HEX triplet: 59, 52 and 14. RGB value is (89,82,20). Sum of RGB (Red+Green+Blue) = 89+82+20=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #595214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595214 is #A6ADEB. Grayscale: #4D4D4D. Windows color (decimal): -10923500 or 1331801. OLE color: 1331801.

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

Color convert

RGB 89 82 20 -
CMYK 0 0.08 0.78 0.65
HSL 53.91º 0.63% 0.21% -
HSV(B) 53.91º 0.78% 0.35% -
XYZ 7.26 8.21 1.86 -
YUV 77.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 89 82 20 0 0.08 0.78 0.65 53.91 0.63 0.21
Hex 59 52 14 0 8 4E 41 36 3F 15
Octal 131 122 24 0 10 116 101 66 77 25
Binary 1011001 1010010 10100 0 1000 1001110 1000001 110110 111111 10101

Color Harmonies of #595214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595214

Black with #595214

Text Example


Text Example

White with #595214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595214; }

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

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

background-color css

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

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

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

border-color css

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

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

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