#595115

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

Shades of Bronze Olive #595115

Tints of Bronze Olive #595115

Color information

#595115 (or 0x595115) is unknown color: approx Bronze Olive. HEX triplet: 59, 51 and 15. RGB value is (89,81,21). Sum of RGB (Red+Green+Blue) = 89+81+21=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #595115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595115 is #A6AEEA. Grayscale: #4C4C4C. Windows color (decimal): -10923755 or 1397081. OLE color: 1397081.

HSL color Cylindrical-coordinate representation of color #595115: hue angle of 52.94º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #595115 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB898121-
CMYK00.090.760.65
HSL52.94º61.82%21.57%-
HSV(B)52.94º76.4%34.9%-
XYZ7.28.061.89-
YUV76.5596.65136.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 81 (32.03% from 255) = 42.41%
BLUE value IS 21 (8.59% from 255) = 10.99%
R=46.60%
G=42.41%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89812100.090.760.6552.9461.8221.57
Hex595115094C41353e16
Octal13112125011114101657626
Binary1011001101000110101010011001100100000111010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595115; }

 p { color: rgb(89,81,21); }

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

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

 a { background-color: rgb(89,81,21); }

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

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

 span { border-color: rgb(89,81,21); }

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