#544C48

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

Shades of Saddle #544C48

Tints of Saddle #544C48

Color information

#544C48 (or 0x544C48) is unknown color: approx Saddle. HEX triplet: 54, 4C and 48. RGB value is (84,76,72). Sum of RGB (Red+Green+Blue) = 84+76+72=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #544C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C48 is #ABB3B7. Grayscale: #4D4D4D. Windows color (decimal): -11252664 or 4738132. OLE color: 4738132.

HSL color Cylindrical-coordinate representation of color #544C48: hue angle of 20º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #544C48 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB847672-
CMYK00.100.140.67
HSL20º7.69%30.59%-
HSV(B)20º14.29%32.94%-
XYZ7.417.527.19-
YUV77.94124.65132.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=36.21%
G=32.76%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84767200.100.140.67207.6930.59
Hex544C480AE431481f
Octal12411411001216103241037
Binary101010010011001001000010101110100001110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544C48; }

 p { color: rgb(84,76,72); }

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

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

 a { background-color: rgb(84,76,72); }

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

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

 span { border-color: rgb(84,76,72); }

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