#574944

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

Shades of Saddle #574944

Tints of Saddle #574944

Color information

#574944 (or 0x574944) is unknown color: approx Saddle. HEX triplet: 57, 49 and 44. RGB value is (87,73,68). Sum of RGB (Red+Green+Blue) = 87+73+68=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 87 - color contains mainly: red. Hex color #574944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574944 is #A8B6BB. Grayscale: #4C4C4C. Windows color (decimal): -11056828 or 4475223. OLE color: 4475223.

HSL color Cylindrical-coordinate representation of color #574944: hue angle of 15.79º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574944 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB877368-
CMYK00.160.220.66
HSL15.79º12.26%30.39%-
HSV(B)15.79º21.84%34.12%-
XYZ7.367.216.47-
YUV76.62123.14135.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 68 (26.95% from 255) = 29.82%
R=38.16%
G=32.02%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87736800.160.220.6615.7912.2630.39
Hex574944010164210c1e
Octal12711110402026102201436
Binary10101111001001100010001000010110100001010000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574944; }

 p { color: rgb(87,73,68); }

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

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

 a { background-color: rgb(87,73,68); }

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

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

 span { border-color: rgb(87,73,68); }

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