#594519

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

Shades of Bronze Olive #594519

Tints of Bronze Olive #594519

Color information

#594519 (or 0x594519) is unknown color: approx Bronze Olive. HEX triplet: 59, 45 and 19. RGB value is (89,69,25). Sum of RGB (Red+Green+Blue) = 89+69+25=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #594519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594519 is #A6BAE6. Grayscale: #464646. Windows color (decimal): -10926823 or 1656153. OLE color: 1656153.

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

Color convert

RGB896925-
CMYK00.220.720.65
HSL41.25º56.14%22.35%-
HSV(B)41.25º71.91%34.9%-
XYZ6.426.451.83-
YUV69.96102.63141.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.63%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=48.63%
G=37.70%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89692500.220.720.6541.2556.1422.35
Hex5945190164841293816
Octal13110531026110101517026
Binary10110011000101110010101101001000100000110100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594519; }

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

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

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

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

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

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

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

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