#541C12

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

Shades of Caput Mortuum #541C12

Tints of Caput Mortuum #541C12

Color information

#541C12 (or 0x541C12) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1C and 12. RGB value is (84,28,18). Sum of RGB (Red+Green+Blue) = 84+28+18=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #541C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541C12 is #ABE3ED. Grayscale: #2B2B2B. Windows color (decimal): -11265006 or 1186900. OLE color: 1186900.

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

Color convert

RGB842818-
CMYK00.670.790.67
HSL9.09º64.71%20%-
HSV(B)9.09º78.57%32.94%-
XYZ4.182.760.88-
YUV43.6113.55156.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.62%
GREEN value IS 28 (11.33% from 255) = 21.54%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=64.62%
G=21.54%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84281800.670.790.679.0964.7120
Hex541C120434F4394114
Octal124342201031171031110124
Binary1010100111001001001000011100111110000111001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,28,18); }

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

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

 a { background-color: rgb(84,28,18); }

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

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

 span { border-color: rgb(84,28,18); }

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