#541D10

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

Shades of Caput Mortuum #541D10

Tints of Caput Mortuum #541D10

Color information

#541D10 (or 0x541D10) is unknown color: approx Caput Mortuum. HEX triplet: 54, 1D and 10. RGB value is (84,29,16). Sum of RGB (Red+Green+Blue) = 84+29+16=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #541D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D10 is #ABE2EF. Grayscale: #2C2C2C. Windows color (decimal): -11264752 or 1056084. OLE color: 1056084.

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

Color convert

RGB842916-
CMYK00.650.810.67
HSL11.47º68%19.61%-
HSV(B)11.47º80.95%32.94%-
XYZ4.192.80.81-
YUV43.96112.22156.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.12%
GREEN value IS 29 (11.72% from 255) = 22.48%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=65.12%
G=22.48%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84291600.650.810.6711.476819.61
Hex541D100415143b4414
Octal124352001011211031310424
Binary1010100111011000001000001101000110000111011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,29,16); }

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

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

 a { background-color: rgb(84,29,16); }

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

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

 span { border-color: rgb(84,29,16); }

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