#554E4A

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

Shades of Saddle #554E4A

Tints of Saddle #554E4A

Color information

#554E4A (or 0x554E4A) is unknown color: approx Saddle. HEX triplet: 55, 4E and 4A. RGB value is (85,78,74). Sum of RGB (Red+Green+Blue) = 85+78+74=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #554E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E4A is #AAB1B5. Grayscale: #4F4F4F. Windows color (decimal): -11186614 or 4869717. OLE color: 4869717.

HSL color Cylindrical-coordinate representation of color #554E4A: hue angle of 21.82º 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 #554E4A is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB857874-
CMYK00.080.130.67
HSL21.82º6.92%31.18%-
HSV(B)21.82º12.94%33.33%-
XYZ7.717.877.59-
YUV79.64124.82131.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=35.86%
G=32.91%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85787400.080.130.6721.826.9231.18
Hex554E4A08D431671f
Octal1251161120101510326737
Binary10101011001110100101001000110110000111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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