#594013

Color #594013 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #594013

Tints of Dark Brown #594013

Color information

#594013 (or 0x594013) is unknown color: approx Dark Brown. HEX triplet: 59, 40 and 13. RGB value is (89,64,19). Sum of RGB (Red+Green+Blue) = 89+64+19=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #594013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594013 is #A6BFEC. Grayscale: #424242. Windows color (decimal): -10928109 or 1261657. OLE color: 1261657.

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

Color convert

RGB896419-
CMYK00.280.790.65
HSL38.57º64.81%21.18%-
HSV(B)38.57º78.65%34.9%-
XYZ6.075.841.42-
YUV66.34101.28144.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=51.74%
G=37.21%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89641900.280.790.6538.5764.8121.18
Hex59401301C4F41274115
Octal131100230341171014710125
Binary101100110000001001101110010011111000001100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594013; }

 p { color: rgb(89,64,19); }

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

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

 a { background-color: rgb(89,64,19); }

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

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

 span { border-color: rgb(89,64,19); }

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