#542719

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

Shades of Caput Mortuum #542719

Tints of Caput Mortuum #542719

Color information

#542719 (or 0x542719) is unknown color: approx Caput Mortuum. HEX triplet: 54, 27 and 19. RGB value is (84,39,25). Sum of RGB (Red+Green+Blue) = 84+39+25=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #542719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542719 is #ABD8E6. Grayscale: #323232. Windows color (decimal): -11262183 or 1648468. OLE color: 1648468.

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

Color convert

RGB843925-
CMYK00.540.700.67
HSL14.24º54.13%21.37%-
HSV(B)14.24º70.24%32.94%-
XYZ4.563.411.34-
YUV50.86113.41151.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=56.76%
G=26.35%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84392500.540.700.6714.2454.1321.37
Hex5427190364643e3615
Octal1244731066106103166625
Binary101010010011111001011011010001101000011111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542719; }

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

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

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

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

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

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

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

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