#574D48

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

Shades of Saddle #574D48

Tints of Saddle #574D48

Color information

#574D48 (or 0x574D48) is unknown color: approx Saddle. HEX triplet: 57, 4D and 48. RGB value is (87,77,72). Sum of RGB (Red+Green+Blue) = 87+77+72=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #574D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D48 is #A8B2B7. Grayscale: #4F4F4F. Windows color (decimal): -11055800 or 4738391. OLE color: 4738391.

HSL color Cylindrical-coordinate representation of color #574D48: hue angle of 20º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #574D48 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB877772-
CMYK00.110.170.66
HSL20º9.43%31.18%-
HSV(B)20º17.24%34.12%-
XYZ7.757.87.23-
YUV79.42123.81133.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 77 (30.47% from 255) = 32.63%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=36.86%
G=32.63%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87777200.110.170.66209.4331.18
Hex574D480B11421491f
Octal12711511001321102241137
Binary1010111100110110010000101110001100001010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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