#54221D

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

Shades of Caput Mortuum #54221D

Tints of Caput Mortuum #54221D

Color information

#54221D (or 0x54221D) is unknown color: approx Caput Mortuum. HEX triplet: 54, 22 and 1D. RGB value is (84,34,29). Sum of RGB (Red+Green+Blue) = 84+34+29=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54221D is #ABDDE2. Grayscale: #303030. Windows color (decimal): -11263459 or 1909332. OLE color: 1909332.

HSL color Cylindrical-coordinate representation of color #54221D: hue angle of 5.45º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54221D is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB843429-
CMYK00.600.650.67
HSL5.45º48.67%22.16%-
HSV(B)5.45º65.48%32.94%-
XYZ4.453.121.53-
YUV48.38117.06153.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 29 (11.72% from 255) = 19.73%
R=57.14%
G=23.13%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84342900.600.650.675.4548.6722.16
Hex54221D03C414353116
Octal124423507410110356126
Binary10101001000101110101111001000001100001110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54221D; }

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

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

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

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

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

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

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

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