#542313

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

Shades of Caput Mortuum #542313

Tints of Caput Mortuum #542313

Color information

#542313 (or 0x542313) is unknown color: approx Caput Mortuum. HEX triplet: 54, 23 and 13. RGB value is (84,35,19). Sum of RGB (Red+Green+Blue) = 84+35+19=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #542313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542313 is #ABDCEC. Grayscale: #2F2F2F. Windows color (decimal): -11263213 or 1254228. OLE color: 1254228.

HSL color Cylindrical-coordinate representation of color #542313: hue angle of 14.77º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #542313 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB843519-
CMYK00.580.770.67
HSL14.77º63.11%20.2%-
HSV(B)14.77º77.38%32.94%-
XYZ4.373.130.99-
YUV47.83111.73153.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=60.87%
G=25.36%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84351900.580.770.6714.7763.1120.2
Hex54231303A4D43f3f14
Octal1244323072115103177724
Binary101010010001110011011101010011011000011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542313; }

 p { color: rgb(84,35,19); }

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

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

 a { background-color: rgb(84,35,19); }

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

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

 span { border-color: rgb(84,35,19); }

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