#544D4B

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

Shades of Tundora #544D4B

Tints of Tundora #544D4B

Color information

#544D4B (or 0x544D4B) is unknown color: approx Tundora. HEX triplet: 54, 4D and 4B. RGB value is (84,77,75). Sum of RGB (Red+Green+Blue) = 84+77+75=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #544D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D4B is #ABB2B4. Grayscale: #4E4E4E. Windows color (decimal): -11252405 or 4934996. OLE color: 4934996.

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

Color convert

RGB847775-
CMYK00.080.110.67
HSL13.33º5.66%31.18%-
HSV(B)13.33º10.71%32.94%-
XYZ7.587.77.74-
YUV78.86125.82131.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 77 (30.47% from 255) = 32.63%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=35.59%
G=32.63%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84777500.080.110.6713.335.6631.18
Hex544D4B08B43d61f
Octal1241151130101310315637
Binary1010100100110110010110100010111000011110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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