#594D48

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

Shades of Saddle #594D48

Tints of Saddle #594D48

Color information

#594D48 (or 0x594D48) is unknown color: approx Saddle. HEX triplet: 59, 4D and 48. RGB value is (89,77,72). Sum of RGB (Red+Green+Blue) = 89+77+72=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #594D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D48 is #A6B2B7. Grayscale: #505050. Windows color (decimal): -10924728 or 4738393. OLE color: 4738393.

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

Color convert

RGB897772-
CMYK00.130.190.65
HSL17.65º10.56%31.57%-
HSV(B)17.65º19.1%34.9%-
XYZ7.947.97.24-
YUV80.02123.48134.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=37.39%
G=32.35%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89777200.130.190.6517.6510.5631.57
Hex594D480D134112b20
Octal13111511001523101221340
Binary10110011001101100100001101100111000001100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,77,72); }

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

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

 a { background-color: rgb(89,77,72); }

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

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

 span { border-color: rgb(89,77,72); }

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