#54231B

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

Shades of Caput Mortuum #54231B

Tints of Caput Mortuum #54231B

Color information

#54231B (or 0x54231B) is unknown color: approx Caput Mortuum. HEX triplet: 54, 23 and 1B. RGB value is (84,35,27). Sum of RGB (Red+Green+Blue) = 84+35+27=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54231B is #ABDCE4. Grayscale: #303030. Windows color (decimal): -11263205 or 1778516. OLE color: 1778516.

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

Color convert

RGB843527-
CMYK00.580.680.67
HSL8.42º51.35%21.76%-
HSV(B)8.42º67.86%32.94%-
XYZ4.463.171.41-
YUV48.74115.73153.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 27 (10.94% from 255) = 18.49%
R=57.53%
G=23.97%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84352700.580.680.678.4251.3521.76
Hex54231B03A444383316
Octal1244333072104103106326
Binary101010010001111011011101010001001000011100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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