#542B21

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

Shades of Caput Mortuum #542B21

Tints of Caput Mortuum #542B21

Color information

#542B21 (or 0x542B21) is unknown color: approx Caput Mortuum. HEX triplet: 54, 2B and 21. RGB value is (84,43,33). Sum of RGB (Red+Green+Blue) = 84+43+33=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #542B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B21 is #ABD4DE. Grayscale: #363636. Windows color (decimal): -11261151 or 2173780. OLE color: 2173780.

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

Color convert

RGB844333-
CMYK00.490.610.67
HSL11.76º43.59%22.94%-
HSV(B)11.76º60.71%32.94%-
XYZ4.793.721.9-
YUV54.12116.08149.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=52.5%
G=26.88%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84433300.490.610.6711.7643.5922.94
Hex542B210313D43c2c17
Octal124534106175103145427
Binary101010010101110000101100011111011000011110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542B21; }

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

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

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

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

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

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

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

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