#542116

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

Shades of Caput Mortuum #542116

Tints of Caput Mortuum #542116

Color information

#542116 (or 0x542116) is unknown color: approx Caput Mortuum. HEX triplet: 54, 21 and 16. RGB value is (84,33,22). Sum of RGB (Red+Green+Blue) = 84+33+22=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #542116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542116 is #ABDEE9. Grayscale: #2F2F2F. Windows color (decimal): -11263722 or 1450324. OLE color: 1450324.

HSL color Cylindrical-coordinate representation of color #542116: hue angle of 10.65º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #542116 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB843322-
CMYK00.610.740.67
HSL10.65º58.49%20.78%-
HSV(B)10.65º73.81%32.94%-
XYZ4.343.031.11-
YUV47113.9154.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=60.43%
G=23.74%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84332200.610.740.6710.6558.4920.78
Hex54211603D4A43b3a15
Octal1244126075112103137225
Binary101010010000110110011110110010101000011101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542116; }

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

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

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

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

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

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

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

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