#542213

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

Shades of Caput Mortuum #542213

Tints of Caput Mortuum #542213

Color information

#542213 (or 0x542213) is unknown color: approx Caput Mortuum. HEX triplet: 54, 22 and 13. RGB value is (84,34,19). Sum of RGB (Red+Green+Blue) = 84+34+19=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #542213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542213 is #ABDDEC. Grayscale: #2F2F2F. Windows color (decimal): -11263469 or 1253972. OLE color: 1253972.

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

Color convert

RGB843419-
CMYK00.600.770.67
HSL13.85º63.11%20.2%-
HSV(B)13.85º77.38%32.94%-
XYZ4.353.080.98-
YUV47.24112.06154.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 34 (13.67% from 255) = 24.82%
BLUE value IS 19 (7.81% from 255) = 13.87%
R=61.31%
G=24.82%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84341900.600.770.6713.8563.1120.2
Hex54221303C4D43e3f14
Octal1244223074115103167724
Binary101010010001010011011110010011011000011111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542213; }

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

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

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

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

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

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

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

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