#544F42

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

Shades of Dune #544F42

Tints of Dune #544F42

Color information

#544F42 (or 0x544F42) is unknown color: approx Dune. HEX triplet: 54, 4F and 42. RGB value is (84,79,66). Sum of RGB (Red+Green+Blue) = 84+79+66=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #544F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544F42 is #ABB0BD. Grayscale: #4F4F4F. Windows color (decimal): -11251902 or 4345684. OLE color: 4345684.

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

Color convert

RGB847966-
CMYK00.060.210.67
HSL43.33º12%29.41%-
HSV(B)43.33º21.43%32.94%-
XYZ7.447.876.28-
YUV79.01120.66131.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.68%
GREEN value IS 79 (31.25% from 255) = 34.50%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=36.68%
G=34.50%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84796600.060.210.6743.331229.41
Hex544F420615432bc1d
Octal1241171020625103531435
Binary1010100100111110000100110101011000011101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,79,66); }

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

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

 a { background-color: rgb(84,79,66); }

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

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

 span { border-color: rgb(84,79,66); }

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