#541E16

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

Shades of Caput Mortuum #541E16

Tints of Caput Mortuum #541E16

Color information

#541E16 (or 0x541E16) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1E and 16. RGB value is (84,30,22). Sum of RGB (Red+Green+Blue) = 84+30+22=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #541E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541E16 is #ABE1E9. Grayscale: #2D2D2D. Windows color (decimal): -11264490 or 1449556. OLE color: 1449556.

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

Color convert

RGB843022-
CMYK00.640.740.67
HSL7.74º58.49%20.78%-
HSV(B)7.74º73.81%32.94%-
XYZ4.272.871.09-
YUV45.23114.89155.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.76%
GREEN value IS 30 (12.11% from 255) = 22.06%
BLUE value IS 22 (8.98% from 255) = 16.18%
R=61.76%
G=22.06%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84302200.640.740.677.7458.4920.78
Hex541E160404A4383a15
Octal12436260100112103107225
Binary101010011110101100100000010010101000011100011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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