#595514

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

Shades of Bronze Olive #595514

Tints of Bronze Olive #595514

Color information

#595514 (or 0x595514) is unknown color: approx Bronze Olive. HEX triplet: 59, 55 and 14. RGB value is (89,85,20). Sum of RGB (Red+Green+Blue) = 89+85+20=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #595514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595514 is #A6AAEB. Grayscale: #4F4F4F. Windows color (decimal): -10922732 or 1332569. OLE color: 1332569.

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

Color convert

RGB898520-
CMYK00.040.780.65
HSL56.52º63.3%21.37%-
HSV(B)56.52º77.53%34.9%-
XYZ7.498.671.94-
YUV78.7994.83135.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.88%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=45.88%
G=43.81%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89852000.040.780.6556.5263.321.37
Hex595514044E41393f15
Octal1311252404116101717725
Binary101100110101011010001001001110100000111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595514; }

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

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

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

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

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

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

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

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