#595510

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

Shades of Bronze Olive #595510

Tints of Bronze Olive #595510

Color information

#595510 (or 0x595510) is unknown color: approx Bronze Olive. HEX triplet: 59, 55 and 10. RGB value is (89,85,16). Sum of RGB (Red+Green+Blue) = 89+85+16=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #595510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595510 is #A6AAEF. Grayscale: #4E4E4E. Windows color (decimal): -10922736 or 1070425. OLE color: 1070425.

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

Color convert

RGB898516-
CMYK00.040.820.65
HSL56.71º69.52%20.59%-
HSV(B)56.71º82.02%34.9%-
XYZ7.468.661.77-
YUV78.3392.83135.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=46.84%
G=44.74%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89851600.040.820.6556.7169.5220.59
Hex595510045241394615
Octal13112520041221017110625
Binary1011001101010110000010010100101000001111001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595510; }

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

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

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

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

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

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

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

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