#544C4A

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

Shades of Saddle #544C4A

Tints of Saddle #544C4A

Color information

#544C4A (or 0x544C4A) is unknown color: approx Saddle. HEX triplet: 54, 4C and 4A. RGB value is (84,76,74). Sum of RGB (Red+Green+Blue) = 84+76+74=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 84 - color contains mainly: red. Hex color #544C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C4A is #ABB3B5. Grayscale: #4E4E4E. Windows color (decimal): -11252662 or 4869204. OLE color: 4869204.

HSL color Cylindrical-coordinate representation of color #544C4A: hue angle of 12º 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 #544C4A is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB847674-
CMYK00.100.120.67
HSL12º6.33%30.98%-
HSV(B)12º11.9%32.94%-
XYZ7.487.557.54-
YUV78.16125.65132.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=35.90%
G=32.48%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84767400.100.120.67126.3330.98
Hex544C4A0AC43c61f
Octal1241141120121410314637
Binary1010100100110010010100101011001000011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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