#54291F

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

Shades of Caput Mortuum #54291F

Tints of Caput Mortuum #54291F

Color information

#54291F (or 0x54291F) is unknown color: approx Caput Mortuum. HEX triplet: 54, 29 and 1F. RGB value is (84,41,31). Sum of RGB (Red+Green+Blue) = 84+41+31=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #54291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54291F is #ABD6E0. Grayscale: #343434. Windows color (decimal): -11261665 or 2042196. OLE color: 2042196.

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

Color convert

RGB844131-
CMYK00.510.630.67
HSL11.32º46.09%22.55%-
HSV(B)11.32º63.1%32.94%-
XYZ4.73.571.74-
YUV52.72115.75150.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=53.85%
G=26.28%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84413100.510.630.6711.3246.0922.55
Hex54291F0333F43b2e17
Octal124513706377103135627
Binary10101001010011111101100111111111000011101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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