#54251C

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

Shades of Caput Mortuum #54251C

Tints of Caput Mortuum #54251C

Color information

#54251C (or 0x54251C) is unknown color: approx Caput Mortuum. HEX triplet: 54, 25 and 1C. RGB value is (84,37,28). Sum of RGB (Red+Green+Blue) = 84+37+28=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54251C is #ABDAE3. Grayscale: #323232. Windows color (decimal): -11262692 or 1844564. OLE color: 1844564.

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

Color convert

RGB843728-
CMYK00.560.670.67
HSL9.64º50%21.96%-
HSV(B)9.64º66.67%32.94%-
XYZ4.533.291.5-
YUV50.03115.57152.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 28 (11.33% from 255) = 18.79%
R=56.38%
G=24.83%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84372800.560.670.679.645021.96
Hex54251C0384343a3216
Octal1244534070103103126226
Binary101010010010111100011100010000111000011101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54251C; }

 p { color: rgb(84,37,28); }

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

<style>
 a { background-color: #54251C; }

 a { background-color: rgb(84,37,28); }

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

<style>
 span { border-color: #54251C; }

 span { border-color: rgb(84,37,28); }

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