#54291E

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

Shades of Caput Mortuum #54291E

Tints of Caput Mortuum #54291E

Color information

#54291E (or 0x54291E) is unknown color: approx Caput Mortuum. HEX triplet: 54, 29 and 1E. RGB value is (84,41,30). Sum of RGB (Red+Green+Blue) = 84+41+30=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #54291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54291E is #ABD6E1. Grayscale: #343434. Windows color (decimal): -11261666 or 1976660. OLE color: 1976660.

HSL color Cylindrical-coordinate representation of color #54291E: hue angle of 12.22º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54291E is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB844130-
CMYK00.510.640.67
HSL12.22º47.37%22.35%-
HSV(B)12.22º64.29%32.94%-
XYZ4.683.561.67-
YUV52.6115.25150.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.19%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=54.19%
G=26.45%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84413000.510.640.6712.2247.3722.35
Hex54291E0334043c2f16
Octal1245136063100103145726
Binary101010010100111110011001110000001000011110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54291E; }

 p { color: rgb(84,41,30); }

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

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

 a { background-color: rgb(84,41,30); }

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

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

 span { border-color: rgb(84,41,30); }

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