#594215

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

Shades of Bronze Olive #594215

Tints of Bronze Olive #594215

Color information

#594215 (or 0x594215) is unknown color: approx Bronze Olive. HEX triplet: 59, 42 and 15. RGB value is (89,66,21). Sum of RGB (Red+Green+Blue) = 89+66+21=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #594215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594215 is #A6BDEA. Grayscale: #434343. Windows color (decimal): -10927595 or 1393241. OLE color: 1393241.

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

Color convert

RGB896621-
CMYK00.260.760.65
HSL39.71º61.82%21.57%-
HSV(B)39.71º76.4%34.9%-
XYZ6.26.071.55-
YUV67.75101.62143.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.57%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=50.57%
G=37.5%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89662100.260.760.6539.7161.8221.57
Hex59421501A4C41283e16
Octal13110225032114101507626
Binary10110011000010101010110101001100100000110100011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594215; }

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

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

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

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

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

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

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

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