#541E15

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

Shades of Caput Mortuum #541E15

Tints of Caput Mortuum #541E15

Color information

#541E15 (or 0x541E15) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1E and 15. RGB value is (84,30,21). Sum of RGB (Red+Green+Blue) = 84+30+21=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #541E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541E15 is #ABE1EA. Grayscale: #2D2D2D. Windows color (decimal): -11264491 or 1384020. OLE color: 1384020.

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

Color convert

RGB843021-
CMYK00.640.750.67
HSL8.57º60%20.59%-
HSV(B)8.57º75%32.94%-
XYZ4.262.871.04-
YUV45.12114.39155.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 30 (12.11% from 255) = 22.22%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=62.22%
G=22.22%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84302100.640.750.678.576020.59
Hex541E150404B4393c15
Octal12436250100113103117425
Binary101010011110101010100000010010111000011100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541E15; }

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

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

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

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

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

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

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

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