#542519

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

Shades of Caput Mortuum #542519

Tints of Caput Mortuum #542519

Color information

#542519 (or 0x542519) is unknown color: approx Caput Mortuum. HEX triplet: 54, 25 and 19. RGB value is (84,37,25). Sum of RGB (Red+Green+Blue) = 84+37+25=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #542519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542519 is #ABDAE6. Grayscale: #313131. Windows color (decimal): -11262695 or 1647956. OLE color: 1647956.

HSL color Cylindrical-coordinate representation of color #542519: hue angle of 12.2º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #542519 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB843725-
CMYK00.560.700.67
HSL12.2º54.13%21.37%-
HSV(B)12.2º70.24%32.94%-
XYZ4.493.281.32-
YUV49.68114.07152.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=57.53%
G=25.34%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84372500.560.700.6712.254.1321.37
Hex5425190384643c3615
Octal1244531070106103146625
Binary101010010010111001011100010001101000011110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542519; }

 p { color: rgb(84,37,25); }

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

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

 a { background-color: rgb(84,37,25); }

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

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

 span { border-color: rgb(84,37,25); }

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