#594514

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

Shades of Bronze Olive #594514

Tints of Bronze Olive #594514

Color information

#594514 (or 0x594514) is unknown color: approx Bronze Olive. HEX triplet: 59, 45 and 14. RGB value is (89,69,20). Sum of RGB (Red+Green+Blue) = 89+69+20=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #594514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594514 is #A6BAEB. Grayscale: #454545. Windows color (decimal): -10926828 or 1328473. OLE color: 1328473.

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

Color convert

RGB896920-
CMYK00.220.780.65
HSL42.61º63.3%21.37%-
HSV(B)42.61º77.53%34.9%-
XYZ6.376.431.57-
YUV69.39100.13141.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=50%
G=38.76%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89692000.220.780.6542.6163.321.37
Hex5945140164E412b3f15
Octal13110524026116101537725
Binary10110011000101101000101101001110100000110101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594514; }

 p { color: rgb(89,69,20); }

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

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

 a { background-color: rgb(89,69,20); }

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

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

 span { border-color: rgb(89,69,20); }

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