#594942

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

Shades of Saddle #594942

Tints of Saddle #594942

Color information

#594942 (or 0x594942) is unknown color: approx Saddle. HEX triplet: 59, 49 and 42. RGB value is (89,73,66). Sum of RGB (Red+Green+Blue) = 89+73+66=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 89 - color contains mainly: red. Hex color #594942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594942 is #A6B6BD. Grayscale: #4D4D4D. Windows color (decimal): -10925758 or 4344153. OLE color: 4344153.

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

Color convert

RGB897366-
CMYK00.180.260.65
HSL18.26º14.84%30.39%-
HSV(B)18.26º25.84%34.9%-
XYZ7.497.286.17-
YUV76.99121.8136.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.04%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=39.04%
G=32.02%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89736600.180.260.6518.2614.8430.39
Hex5949420121A4112f1e
Octal13111110202232101221736
Binary10110011001001100001001001011010100000110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594942; }

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

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

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

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

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

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

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

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