#542721

Color #542721 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #542721

Tints of Caput Mortuum #542721

Color information

#542721 (or 0x542721) is unknown color: approx Caput Mortuum. HEX triplet: 54, 27 and 21. RGB value is (84,39,33). Sum of RGB (Red+Green+Blue) = 84+39+33=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #542721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542721 is #ABD8DE. Grayscale: #333333. Windows color (decimal): -11262175 or 2172756. OLE color: 2172756.

HSL color Cylindrical-coordinate representation of color #542721: hue angle of 7.06º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #542721 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB843933-
CMYK00.540.610.67
HSL7.06º43.59%22.94%-
HSV(B)7.06º60.71%32.94%-
XYZ4.663.451.86-
YUV51.77117.41150.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=53.85%
G=25%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84393300.540.610.677.0643.5922.94
Hex5427210363D4372c17
Octal12447410667510375427
Binary10101001001111000010110110111101100001111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542721; }

 p { color: rgb(84,39,33); }

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

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

 a { background-color: rgb(84,39,33); }

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

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

 span { border-color: rgb(84,39,33); }

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