#554D4A

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

Shades of Saddle #554D4A

Tints of Saddle #554D4A

Color information

#554D4A (or 0x554D4A) is unknown color: approx Saddle. HEX triplet: 55, 4D and 4A. RGB value is (85,77,74). Sum of RGB (Red+Green+Blue) = 85+77+74=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #554D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D4A is #AAB2B5. Grayscale: #4F4F4F. Windows color (decimal): -11186870 or 4869461. OLE color: 4869461.

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

Color convert

RGB857774-
CMYK00.090.130.67
HSL16.36º6.92%31.18%-
HSV(B)16.36º12.94%33.33%-
XYZ7.647.737.57-
YUV79.05125.15132.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 77 (30.47% from 255) = 32.63%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=36.02%
G=32.63%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85777400.090.130.6716.366.9231.18
Hex554D4A09D431071f
Octal1251151120111510320737
Binary10101011001101100101001001110110000111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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