#542013

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

Shades of Caput Mortuum #542013

Tints of Caput Mortuum #542013

Color information

#542013 (or 0x542013) is unknown color: approx Caput Mortuum. HEX triplet: 54, 20 and 13. RGB value is (84,32,19). Sum of RGB (Red+Green+Blue) = 84+32+19=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #542013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542013 is #ABDFEC. Grayscale: #2E2E2E. Windows color (decimal): -11263981 or 1253460. OLE color: 1253460.

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

Color convert

RGB843219-
CMYK00.620.770.67
HSL12º63.11%20.2%-
HSV(B)12º77.38%32.94%-
XYZ4.292.960.96-
YUV46.07112.73155.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=62.22%
G=23.70%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84321900.620.770.671263.1120.2
Hex54201303E4D43c3f14
Octal1244023076115103147724
Binary101010010000010011011111010011011000011110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542013; }

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

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

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

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

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

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

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

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