#542420

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

Shades of Caput Mortuum #542420

Tints of Caput Mortuum #542420

Color information

#542420 (or 0x542420) is unknown color: approx Caput Mortuum. HEX triplet: 54, 24 and 20. RGB value is (84,36,32). Sum of RGB (Red+Green+Blue) = 84+36+32=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #542420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542420 is #ABDBDF. Grayscale: #313131. Windows color (decimal): -11262944 or 2106452. OLE color: 2106452.

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

Color convert

RGB843632-
CMYK00.570.620.67
HSL4.62º44.83%22.75%-
HSV(B)4.62º61.9%32.94%-
XYZ4.553.251.75-
YUV49.9117.9152.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=55.26%
G=23.68%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84363200.570.620.674.6244.8322.75
Hex5424200393E4352d17
Octal12444400717610355527
Binary10101001001001000000111001111110100001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542420; }

 p { color: rgb(84,36,32); }

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

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

 a { background-color: rgb(84,36,32); }

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

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

 span { border-color: rgb(84,36,32); }

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