#54241C

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

Shades of Caput Mortuum #54241C

Tints of Caput Mortuum #54241C

Color information

#54241C (or 0x54241C) is unknown color: approx Caput Mortuum. HEX triplet: 54, 24 and 1C. RGB value is (84,36,28). Sum of RGB (Red+Green+Blue) = 84+36+28=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54241C is #ABDBE3. Grayscale: #313131. Windows color (decimal): -11262948 or 1844308. OLE color: 1844308.

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

Color convert

RGB843628-
CMYK00.570.670.67
HSL8.57º50%21.96%-
HSV(B)8.57º66.67%32.94%-
XYZ4.53.231.49-
YUV49.44115.9152.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 28 (11.33% from 255) = 18.92%
R=56.76%
G=24.32%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84362800.570.670.678.575021.96
Hex54241C039434393216
Octal1244434071103103116226
Binary101010010010011100011100110000111000011100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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