#542219

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

Shades of Caput Mortuum #542219

Tints of Caput Mortuum #542219

Color information

#542219 (or 0x542219) is unknown color: approx Caput Mortuum. HEX triplet: 54, 22 and 19. RGB value is (84,34,25). Sum of RGB (Red+Green+Blue) = 84+34+25=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #542219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542219 is #ABDDE6. Grayscale: #303030. Windows color (decimal): -11263463 or 1647188. OLE color: 1647188.

HSL color Cylindrical-coordinate representation of color #542219: hue angle of 9.15º 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 #542219 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB843425-
CMYK00.600.700.67
HSL9.15º54.13%21.37%-
HSV(B)9.15º70.24%32.94%-
XYZ4.43.11.29-
YUV47.92115.06153.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.74%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 25 (10.16% from 255) = 17.48%
R=58.74%
G=23.78%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84342500.600.700.679.1554.1321.37
Hex54221903C464393615
Octal1244231074106103116625
Binary101010010001011001011110010001101000011100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542219; }

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

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

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

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

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

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

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

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