#542215

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

Shades of Caput Mortuum #542215

Tints of Caput Mortuum #542215

Color information

#542215 (or 0x542215) is unknown color: approx Caput Mortuum. HEX triplet: 54, 22 and 15. RGB value is (84,34,21). Sum of RGB (Red+Green+Blue) = 84+34+21=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #542215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542215 is #ABDDEA. Grayscale: #2F2F2F. Windows color (decimal): -11263467 or 1385044. OLE color: 1385044.

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

Color convert

RGB843421-
CMYK00.600.750.67
HSL12.38º60%20.59%-
HSV(B)12.38º75%32.94%-
XYZ4.363.081.07-
YUV47.47113.06154.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=60.43%
G=24.46%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84342100.600.750.6712.386020.59
Hex54221503C4B43c3c15
Octal1244225074113103147425
Binary101010010001010101011110010010111000011110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542215; }

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

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

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

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

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

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

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

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