#594945

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

Shades of Saddle #594945

Tints of Saddle #594945

Color information

#594945 (or 0x594945) is unknown color: approx Saddle. HEX triplet: 59, 49 and 45. RGB value is (89,73,69). Sum of RGB (Red+Green+Blue) = 89+73+69=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 89 - color contains mainly: red. Hex color #594945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594945 is #A6B6BA. Grayscale: #4D4D4D. Windows color (decimal): -10925755 or 4540761. OLE color: 4540761.

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

Color convert

RGB897369-
CMYK00.180.220.65
HSL12º12.66%30.98%-
HSV(B)12º22.47%34.9%-
XYZ7.587.326.64-
YUV77.33123.3136.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.53%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=38.53%
G=31.60%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89736900.180.220.651212.6630.98
Hex5949450121641cd1f
Octal13111110502226101141537
Binary1011001100100110001010100101011010000011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594945; }

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

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

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

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

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

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

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

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