#594014

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

Shades of Dark Brown #594014

Tints of Dark Brown #594014

Color information

#594014 (or 0x594014) is unknown color: approx Dark Brown. HEX triplet: 59, 40 and 14. RGB value is (89,64,20). Sum of RGB (Red+Green+Blue) = 89+64+20=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #594014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594014 is #A6BFEB. Grayscale: #424242. Windows color (decimal): -10928108 or 1327193. OLE color: 1327193.

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

Color convert

RGB896420-
CMYK00.280.780.65
HSL38.26º63.3%21.37%-
HSV(B)38.26º77.53%34.9%-
XYZ6.085.841.47-
YUV66.46101.78144.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=51.45%
G=36.99%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89642000.280.780.6538.2663.321.37
Hex59401401C4E41263f15
Octal13110024034116101467725
Binary10110011000000101000111001001110100000110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594014; }

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

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

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

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

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

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

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

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