#541D14

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

Shades of Caput Mortuum #541D14

Tints of Caput Mortuum #541D14

Color information

#541D14 (or 0x541D14) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1D and 14. RGB value is (84,29,20). Sum of RGB (Red+Green+Blue) = 84+29+20=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #541D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D14 is #ABE2EB. Grayscale: #2C2C2C. Windows color (decimal): -11264748 or 1318228. OLE color: 1318228.

HSL color Cylindrical-coordinate representation of color #541D14: hue angle of 8.44º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541D14 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB842920-
CMYK00.650.760.67
HSL8.44º61.54%20.39%-
HSV(B)8.44º76.19%32.94%-
XYZ4.222.810.98-
YUV44.42114.22156.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=63.16%
G=21.80%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84292000.650.760.678.4461.5420.39
Hex541D140414C4383e14
Octal12435240101114103107624
Binary101010011101101000100000110011001000011100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,29,20); }

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

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

 a { background-color: rgb(84,29,20); }

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

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

 span { border-color: rgb(84,29,20); }

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