#595013

Color #595013 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #595013

Tints of Bronze Olive #595013

Color information

#595013 (or 0x595013) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 13. RGB value is (89,80,19). Sum of RGB (Red+Green+Blue) = 89+80+19=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #595013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595013 is #A6AFEC. Grayscale: #4B4B4B. Windows color (decimal): -10924013 or 1265753. OLE color: 1265753.

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

Color convert

RGB898019-
CMYK00.100.790.65
HSL52.29º64.81%21.18%-
HSV(B)52.29º78.65%34.9%-
XYZ7.117.911.77-
YUV75.7495.98137.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 80 (31.64% from 255) = 42.55%
BLUE value IS 19 (7.81% from 255) = 10.11%
R=47.34%
G=42.55%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89801900.100.790.6552.2964.8121.18
Hex5950130A4F41344115
Octal131120230121171016410125
Binary10110011010000100110101010011111000001110100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595013; }

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

 H1.HeaderClassName
 {
   color: #595013;
 }
 .AnyTagClassName
 {
   color: #595013;
 }
</style>
background-color css

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

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

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

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

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

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