#594A44

Color #594A44 Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #594A44

Tints of Saddle #594A44

Color information

#594A44 (or 0x594A44) is unknown color: approx Saddle. HEX triplet: 59, 4A and 44. RGB value is (89,74,68). Sum of RGB (Red+Green+Blue) = 89+74+68=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 89 - color contains mainly: red. Hex color #594A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A44 is #A6B5BB. Grayscale: #4D4D4D. Windows color (decimal): -10925500 or 4475481. OLE color: 4475481.

HSL color Cylindrical-coordinate representation of color #594A44: hue angle of 17.14º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #594A44 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB897468-
CMYK00.170.240.65
HSL17.14º13.38%30.78%-
HSV(B)17.14º23.6%34.9%-
XYZ7.617.446.5-
YUV77.8122.47135.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.53%
GREEN value IS 74 (29.30% from 255) = 32.03%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=38.53%
G=32.03%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89746800.170.240.6517.1413.3830.78
Hex594A44011184111d1f
Octal13111210402130101211537
Binary10110011001010100010001000111000100000110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594A44; }

 p { color: rgb(89,74,68); }

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

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

 a { background-color: rgb(89,74,68); }

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

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

 span { border-color: rgb(89,74,68); }

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