#54281C

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

Shades of Caput Mortuum #54281C

Tints of Caput Mortuum #54281C

Color information

#54281C (or 0x54281C) is unknown color: approx Caput Mortuum. HEX triplet: 54, 28 and 1C. RGB value is (84,40,28). Sum of RGB (Red+Green+Blue) = 84+40+28=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54281C is #ABD7E3. Grayscale: #333333. Windows color (decimal): -11261924 or 1845332. OLE color: 1845332.

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

Color convert

RGB844028-
CMYK00.520.670.67
HSL12.86º50%21.96%-
HSV(B)12.86º66.67%32.94%-
XYZ4.623.491.53-
YUV51.79114.58150.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=55.26%
G=26.32%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84402800.520.670.6712.865021.96
Hex54281C0344343d3216
Octal1245034064103103156226
Binary101010010100011100011010010000111000011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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