#594715

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

Shades of Bronze Olive #594715

Tints of Bronze Olive #594715

Color information

#594715 (or 0x594715) is unknown color: approx Bronze Olive. HEX triplet: 59, 47 and 15. RGB value is (89,71,21). Sum of RGB (Red+Green+Blue) = 89+71+21=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #594715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594715 is #A6B8EA. Grayscale: #464646. Windows color (decimal): -10926315 or 1394521. OLE color: 1394521.

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

Color convert

RGB897121-
CMYK00.200.760.65
HSL44.12º61.82%21.57%-
HSV(B)44.12º76.4%34.9%-
XYZ6.516.681.66-
YUV70.6899.96141.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.17%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 21 (8.59% from 255) = 11.60%
R=49.17%
G=39.23%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89712100.200.760.6544.1261.8221.57
Hex5947150144C412c3e16
Octal13110725024114101547626
Binary10110011000111101010101001001100100000110110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594715; }

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

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

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

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

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

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

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

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