#54221B

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

Shades of Caput Mortuum #54221B

Tints of Caput Mortuum #54221B

Color information

#54221B (or 0x54221B) is unknown color: approx Caput Mortuum. HEX triplet: 54, 22 and 1B. RGB value is (84,34,27). Sum of RGB (Red+Green+Blue) = 84+34+27=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #54221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54221B is #ABDDE4. Grayscale: #303030. Windows color (decimal): -11263461 or 1778260. OLE color: 1778260.

HSL color Cylindrical-coordinate representation of color #54221B: hue angle of 7.37º 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 #54221B is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB843427-
CMYK00.600.680.67
HSL7.37º51.35%21.76%-
HSV(B)7.37º67.86%32.94%-
XYZ4.433.111.4-
YUV48.15116.06153.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=57.93%
G=23.45%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84342700.600.680.677.3751.3521.76
Hex54221B03C444373316
Octal124423307410410376326
Binary10101001000101101101111001000100100001111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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