#541f14

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

Shades of Caput Mortuum #541F14

Tints of Caput Mortuum #541F14

Color information

#541F14 (or 0x541F14) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1F and 14. RGB value is (84,31,20). Sum of RGB (Red+Green+Blue) = 84+31+20=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #541F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541F14 is #ABE0EB. Grayscale: #2D2D2D. Windows color (decimal): -11264236 or 1318740. OLE color: 1318740.

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

Color convert

RGB843120-
CMYK00.630.760.67
HSL10.31º61.54%20.39%-
HSV(B)10.31º76.19%32.94%-
XYZ4.272.921-
YUV45.59113.56155.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 20 (8.20% from 255) = 14.81%
R=62.22%
G=22.96%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84312000.630.760.6710.3161.5420.39
Hex541F1403F4C43a3e14
Octal1243724077114103127624
Binary10101001111110100011111110011001000011101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541f14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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