#542415

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

Shades of Caput Mortuum #542415

Tints of Caput Mortuum #542415

Color information

#542415 (or 0x542415) is unknown color: approx Caput Mortuum. HEX triplet: 54, 24 and 15. RGB value is (84,36,21). Sum of RGB (Red+Green+Blue) = 84+36+21=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #542415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542415 is #ABDBEA. Grayscale: #303030. Windows color (decimal): -11262955 or 1385556. OLE color: 1385556.

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

Color convert

RGB843621-
CMYK00.570.750.67
HSL14.29º60%20.59%-
HSV(B)14.29º75%32.94%-
XYZ4.423.21.09-
YUV48.64112.4153.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.57%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 21 (8.59% from 255) = 14.89%
R=59.57%
G=25.53%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84362100.570.750.6714.296020.59
Hex5424150394B43e3c15
Octal1244425071113103167425
Binary101010010010010101011100110010111000011111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542415; }

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

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

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

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

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

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

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

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