#594742

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

Shades of Saddle #594742

Tints of Saddle #594742

Color information

#594742 (or 0x594742) is unknown color: approx Saddle. HEX triplet: 59, 47 and 42. RGB value is (89,71,66). Sum of RGB (Red+Green+Blue) = 89+71+66=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 89 - color contains mainly: red. Hex color #594742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594742 is #A6B8BD. Grayscale: #4B4B4B. Windows color (decimal): -10926270 or 4343641. OLE color: 4343641.

HSL color Cylindrical-coordinate representation of color #594742: hue angle of 13.04º 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 #594742 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB897166-
CMYK00.200.260.65
HSL13.04º14.84%30.39%-
HSV(B)13.04º25.84%34.9%-
XYZ7.367.026.12-
YUV75.81122.46137.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.38%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=39.38%
G=31.42%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89716600.200.260.6513.0414.8430.39
Hex5947420141A41df1e
Octal13110710202432101151736
Binary1011001100011110000100101001101010000011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594742; }

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

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

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

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

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

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

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

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