#544D4A

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

Shades of Saddle #544D4A

Tints of Saddle #544D4A

Color information

#544D4A (or 0x544D4A) is unknown color: approx Saddle. HEX triplet: 54, 4D and 4A. RGB value is (84,77,74). Sum of RGB (Red+Green+Blue) = 84+77+74=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #544D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D4A is #ABB2B5. Grayscale: #4E4E4E. Windows color (decimal): -11252406 or 4869460. OLE color: 4869460.

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

Color convert

RGB847774-
CMYK00.080.120.67
HSL18º6.33%30.98%-
HSV(B)18º11.9%32.94%-
XYZ7.557.697.56-
YUV78.75125.32131.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 77 (30.47% from 255) = 32.77%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=35.74%
G=32.77%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84777400.080.120.67186.3330.98
Hex544D4A08C431261f
Octal1241151120101410322637
Binary10101001001101100101001000110010000111001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,77,74); }

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

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

 a { background-color: rgb(84,77,74); }

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

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

 span { border-color: rgb(84,77,74); }

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