#54211C

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

Shades of Caput Mortuum #54211C

Tints of Caput Mortuum #54211C

Color information

#54211C (or 0x54211C) is unknown color: approx Caput Mortuum. HEX triplet: 54, 21 and 1C. RGB value is (84,33,28). Sum of RGB (Red+Green+Blue) = 84+33+28=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #54211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54211C is #ABDEE3. Grayscale: #2F2F2F. Windows color (decimal): -11263716 or 1843540. OLE color: 1843540.

HSL color Cylindrical-coordinate representation of color #54211C: hue angle of 5.36º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54211C is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB843328-
CMYK00.610.670.67
HSL5.36º50%21.96%-
HSV(B)5.36º66.67%32.94%-
XYZ4.413.061.46-
YUV47.68116.9153.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=57.93%
G=22.76%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84332800.610.670.675.365021.96
Hex54211C03D434353216
Octal124413407510310356226
Binary10101001000011110001111011000011100001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54211C; }

 p { color: rgb(84,33,28); }

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

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

 a { background-color: rgb(84,33,28); }

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

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

 span { border-color: rgb(84,33,28); }

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