#574E49

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

Shades of Saddle #574E49

Tints of Saddle #574E49

Color information

#574E49 (or 0x574E49) is unknown color: approx Saddle. HEX triplet: 57, 4E and 49. RGB value is (87,78,73). Sum of RGB (Red+Green+Blue) = 87+78+73=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #574E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E49 is #A8B1B6. Grayscale: #505050. Windows color (decimal): -11055543 or 4804183. OLE color: 4804183.

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

Color convert

RGB877873-
CMYK00.100.160.66
HSL21.43º8.75%31.37%-
HSV(B)21.43º16.09%34.12%-
XYZ7.867.967.42-
YUV80.12123.98132.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.55%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=36.55%
G=32.77%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87787300.100.160.6621.438.7531.37
Hex574E490A10421591f
Octal12711611101220102251137
Binary1010111100111010010010101010000100001010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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