#544E4B

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

Shades of Tundora #544E4B

Tints of Tundora #544E4B

Color information

#544E4B (or 0x544E4B) is unknown color: approx Tundora. HEX triplet: 54, 4E and 4B. RGB value is (84,78,75). Sum of RGB (Red+Green+Blue) = 84+78+75=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 84 - color contains mainly: red. Hex color #544E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E4B is #ABB1B4. Grayscale: #4F4F4F. Windows color (decimal): -11252149 or 4935252. OLE color: 4935252.

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

Color convert

RGB847875-
CMYK00.070.110.67
HSL20º5.66%31.18%-
HSV(B)20º10.71%32.94%-
XYZ7.657.847.77-
YUV79.45125.49131.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=35.44%
G=32.91%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84787500.070.110.67205.6631.18
Hex544E4B07B431461f
Octal124116113071310324637
Binary1010100100111010010110111101110000111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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