#542214

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

Shades of Caput Mortuum #542214

Tints of Caput Mortuum #542214

Color information

#542214 (or 0x542214) is unknown color: approx Caput Mortuum. HEX triplet: 54, 22 and 14. RGB value is (84,34,20). Sum of RGB (Red+Green+Blue) = 84+34+20=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #542214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542214 is #ABDDEB. Grayscale: #2F2F2F. Windows color (decimal): -11263468 or 1319508. OLE color: 1319508.

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

Color convert

RGB843420-
CMYK00.600.760.67
HSL13.13º61.54%20.39%-
HSV(B)13.13º76.19%32.94%-
XYZ4.353.081.03-
YUV47.35112.56154.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=60.87%
G=24.64%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84342000.600.760.6713.1361.5420.39
Hex54221403C4C43d3e14
Octal1244224074114103157624
Binary101010010001010100011110010011001000011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542214; }

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

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

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

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

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

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

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

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