#54291B

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

Shades of Caput Mortuum #54291B

Tints of Caput Mortuum #54291B

Color information

#54291B (or 0x54291B) is unknown color: approx Caput Mortuum. HEX triplet: 54, 29 and 1B. RGB value is (84,41,27). Sum of RGB (Red+Green+Blue) = 84+41+27=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54291B is #ABD6E4. Grayscale: #343434. Windows color (decimal): -11261669 or 1780052. OLE color: 1780052.

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

Color convert

RGB844127-
CMYK00.510.680.67
HSL14.74º51.35%21.76%-
HSV(B)14.74º67.86%32.94%-
XYZ4.653.551.48-
YUV52.26113.75150.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=55.26%
G=26.97%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84412700.510.680.6714.7451.3521.76
Hex54291B0334443f3316
Octal1245133063104103176326
Binary101010010100111011011001110001001000011111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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