#554D49

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

Shades of Saddle #554D49

Tints of Saddle #554D49

Color information

#554D49 (or 0x554D49) is unknown color: approx Saddle. HEX triplet: 55, 4D and 49. RGB value is (85,77,73). Sum of RGB (Red+Green+Blue) = 85+77+73=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #554D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D49 is #AAB2B6. Grayscale: #4E4E4E. Windows color (decimal): -11186871 or 4803925. OLE color: 4803925.

HSL color Cylindrical-coordinate representation of color #554D49: hue angle of 20º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #554D49 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB857773-
CMYK00.090.140.67
HSL20º7.59%30.98%-
HSV(B)20º14.12%33.33%-
XYZ7.67.727.39-
YUV78.94124.65132.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 77 (30.47% from 255) = 32.77%
BLUE value IS 73 (28.91% from 255) = 31.06%
R=36.17%
G=32.77%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85777300.090.140.67207.5930.98
Hex554D4909E431481f
Octal12511511101116103241037
Binary101010110011011001001010011110100001110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554D49; }

 p { color: rgb(85,77,73); }

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

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

 a { background-color: rgb(85,77,73); }

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

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

 span { border-color: rgb(85,77,73); }

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