#542015

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

Shades of Caput Mortuum #542015

Tints of Caput Mortuum #542015

Color information

#542015 (or 0x542015) is unknown color: approx Caput Mortuum. HEX triplet: 54, 20 and 15. RGB value is (84,32,21). Sum of RGB (Red+Green+Blue) = 84+32+21=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #542015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542015 is #ABDFEA. Grayscale: #2E2E2E. Windows color (decimal): -11263979 or 1384532. OLE color: 1384532.

HSL color Cylindrical-coordinate representation of color #542015: hue angle of 10.48º 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 #542015 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB843221-
CMYK00.620.750.67
HSL10.48º60%20.59%-
HSV(B)10.48º75%32.94%-
XYZ4.312.971.06-
YUV46.29113.73154.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=61.31%
G=23.36%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84322100.620.750.6710.486020.59
Hex54201503E4B43a3c15
Octal1244025076113103127425
Binary101010010000010101011111010010111000011101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542015; }

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

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

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

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

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

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

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

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