#544944

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

Shades of Saddle #544944

Tints of Saddle #544944

Color information

#544944 (or 0x544944) is unknown color: approx Saddle. HEX triplet: 54, 49 and 44. RGB value is (84,73,68). Sum of RGB (Red+Green+Blue) = 84+73+68=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #544944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544944 is #ABB6BB. Grayscale: #4B4B4B. Windows color (decimal): -11253436 or 4475220. OLE color: 4475220.

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

Color convert

RGB847368-
CMYK00.130.190.67
HSL18.75º10.53%29.8%-
HSV(B)18.75º19.05%32.94%-
XYZ7.087.076.46-
YUV75.72123.64133.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=37.33%
G=32.44%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84736800.130.190.6718.7510.5329.8
Hex5449440D134313b1e
Octal12411110401523103231336
Binary1010100100100110001000110110011100001110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544944; }

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

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

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

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

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

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

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

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