#594815

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

Shades of Bronze Olive #594815

Tints of Bronze Olive #594815

Color information

#594815 (or 0x594815) is unknown color: approx Bronze Olive. HEX triplet: 59, 48 and 15. RGB value is (89,72,21). Sum of RGB (Red+Green+Blue) = 89+72+21=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #594815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594815 is #A6B7EA. Grayscale: #474747. Windows color (decimal): -10926059 or 1394777. OLE color: 1394777.

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

Color convert

RGB897221-
CMYK00.190.760.65
HSL45º61.82%21.57%-
HSV(B)45º76.4%34.9%-
XYZ6.576.811.68-
YUV71.2799.63140.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.90%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 21 (8.59% from 255) = 11.54%
R=48.90%
G=39.56%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89722100.190.760.654561.8221.57
Hex5948150134C412d3e16
Octal13111025023114101557626
Binary10110011001000101010100111001100100000110110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594815; }

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

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

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

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

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

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

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

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