#542821

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

Shades of Caput Mortuum #542821

Tints of Caput Mortuum #542821

Color information

#542821 (or 0x542821) is unknown color: approx Caput Mortuum. HEX triplet: 54, 28 and 21. RGB value is (84,40,33). Sum of RGB (Red+Green+Blue) = 84+40+33=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #542821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542821 is #ABD7DE. Grayscale: #343434. Windows color (decimal): -11261919 or 2173012. OLE color: 2173012.

HSL color Cylindrical-coordinate representation of color #542821: hue angle of 8.24º 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 #542821 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB844033-
CMYK00.520.610.67
HSL8.24º43.59%22.94%-
HSV(B)8.24º60.71%32.94%-
XYZ4.693.511.87-
YUV52.36117.08150.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 33 (13.28% from 255) = 21.02%
R=53.50%
G=25.48%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84403300.520.610.678.2443.5922.94
Hex5428210343D4382c17
Octal124504106475103105427
Binary101010010100010000101101001111011000011100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542821; }

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

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

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

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

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

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

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

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