#542515

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

Shades of Caput Mortuum #542515

Tints of Caput Mortuum #542515

Color information

#542515 (or 0x542515) is unknown color: approx Caput Mortuum. HEX triplet: 54, 25 and 15. RGB value is (84,37,21). Sum of RGB (Red+Green+Blue) = 84+37+21=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #542515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542515 is #ABDAEA. Grayscale: #313131. Windows color (decimal): -11262699 or 1385812. OLE color: 1385812.

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

Color convert

RGB843721-
CMYK00.560.750.67
HSL15.24º60%20.59%-
HSV(B)15.24º75%32.94%-
XYZ4.453.261.1-
YUV49.23112.07152.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.15%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=59.15%
G=26.06%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84372100.560.750.6715.246020.59
Hex5425150384B43f3c15
Octal1244525070113103177425
Binary101010010010110101011100010010111000011111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542515; }

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

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

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

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

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

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

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

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