#594A45

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

Shades of Saddle #594A45

Tints of Saddle #594A45

Color information

#594A45 (or 0x594A45) is unknown color: approx Saddle. HEX triplet: 59, 4A and 45. RGB value is (89,74,69). Sum of RGB (Red+Green+Blue) = 89+74+69=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 89 - color contains mainly: red. Hex color #594A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A45 is #A6B5BA. Grayscale: #4D4D4D. Windows color (decimal): -10925499 or 4541017. OLE color: 4541017.

HSL color Cylindrical-coordinate representation of color #594A45: hue angle of 15º 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 #594A45 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB897469-
CMYK00.170.220.65
HSL15º12.66%30.98%-
HSV(B)15º22.47%34.9%-
XYZ7.647.456.67-
YUV77.91122.97135.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 69 (27.34% from 255) = 29.74%
R=38.36%
G=31.90%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89746900.170.220.651512.6630.98
Hex594A450111641fd1f
Octal13111210502126101171537
Binary1011001100101010001010100011011010000011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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