#541E0D

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

Shades of Caput Mortuum #541E0D

Tints of Caput Mortuum #541E0D

Color information

#541E0D (or 0x541E0D) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1E and 0D. RGB value is (84,30,13). Sum of RGB (Red+Green+Blue) = 84+30+13=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541E0D is #ABE1F2. Grayscale: #2C2C2C. Windows color (decimal): -11264499 or 859732. OLE color: 859732.

HSL color Cylindrical-coordinate representation of color #541E0D: hue angle of 14.37º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541E0D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB843013-
CMYK00.640.850.67
HSL14.37º73.2%19.02%-
HSV(B)14.37º84.52%32.94%-
XYZ4.192.840.71-
YUV44.21110.39156.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.14%
GREEN value IS 30 (12.11% from 255) = 23.62%
BLUE value IS 13 (5.47% from 255) = 10.24%
R=66.14%
G=23.62%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84301300.640.850.6714.3773.219.02
Hex541ED0405543e4913
Octal124361501001251031611123
Binary101010011110110101000000101010110000111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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