#542212

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

Shades of Caput Mortuum #542212

Tints of Caput Mortuum #542212

Color information

#542212 (or 0x542212) is unknown color: approx Caput Mortuum. HEX triplet: 54, 22 and 12. RGB value is (84,34,18). Sum of RGB (Red+Green+Blue) = 84+34+18=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #542212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542212 is #ABDDED. Grayscale: #2F2F2F. Windows color (decimal): -11263470 or 1188436. OLE color: 1188436.

HSL color Cylindrical-coordinate representation of color #542212: hue angle of 14.55º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542212 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB843418-
CMYK00.600.790.67
HSL14.55º64.71%20%-
HSV(B)14.55º78.57%32.94%-
XYZ4.343.070.94-
YUV47.13111.56154.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.76%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=61.76%
G=25%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84341800.600.790.6714.5564.7120
Hex54221203C4F43f4114
Octal12442220741171031710124
Binary1010100100010100100111100100111110000111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542212; }

 p { color: rgb(84,34,18); }

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

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

 a { background-color: rgb(84,34,18); }

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

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

 span { border-color: rgb(84,34,18); }

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