#541C0A

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

Shades of Caput Mortuum #541C0A

Tints of Caput Mortuum #541C0A

Color information

#541C0A (or 0x541C0A) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1C and 0A. RGB value is (84,28,10). Sum of RGB (Red+Green+Blue) = 84+28+10=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #541C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541C0A is #ABE3F5. Grayscale: #2A2A2A. Windows color (decimal): -11265014 or 662612. OLE color: 662612.

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

Color convert

RGB842810-
CMYK00.670.880.67
HSL14.59º78.72%18.43%-
HSV(B)14.59º88.1%32.94%-
XYZ4.132.740.6-
YUV42.69109.55157.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.85%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=68.85%
G=22.95%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84281000.670.880.6714.5978.7218.43
Hex541CA0435843f4f12
Octal124341201031301031711722
Binary101010011100101001000011101100010000111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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