#554944

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

Shades of Saddle #554944

Tints of Saddle #554944

Color information

#554944 (or 0x554944) is unknown color: approx Saddle. HEX triplet: 55, 49 and 44. RGB value is (85,73,68). Sum of RGB (Red+Green+Blue) = 85+73+68=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554944 is #AAB6BB. Grayscale: #4C4C4C. Windows color (decimal): -11187900 or 4475221. OLE color: 4475221.

HSL color Cylindrical-coordinate representation of color #554944: hue angle of 17.65º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554944 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB857368-
CMYK00.140.200.67
HSL17.65º11.11%30%-
HSV(B)17.65º20%33.33%-
XYZ7.177.116.46-
YUV76.02123.48134.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=37.61%
G=32.30%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85736800.140.200.6717.6511.1130
Hex5549440E144312b1e
Octal12511110401624103221336
Binary1010101100100110001000111010100100001110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554944; }

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

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

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

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

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

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

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

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