#554844

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

Shades of Saddle #554844

Tints of Saddle #554844

Color information

#554844 (or 0x554844) is unknown color: approx Saddle. HEX triplet: 55, 48 and 44. RGB value is (85,72,68). Sum of RGB (Red+Green+Blue) = 85+72+68=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554844 is #AAB7BB. Grayscale: #4B4B4B. Windows color (decimal): -11188156 or 4474965. OLE color: 4474965.

HSL color Cylindrical-coordinate representation of color #554844: hue angle of 14.12º 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 #554844 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB857268-
CMYK00.150.200.67
HSL14.12º11.11%30%-
HSV(B)14.12º20%33.33%-
XYZ7.116.986.44-
YUV75.43123.81134.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=37.78%
G=32%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85726800.150.200.6714.1211.1130
Hex5548440F1443eb1e
Octal12511010401724103161336
Binary101010110010001000100011111010010000111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554844; }

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

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

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

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

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

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

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

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