#54200E

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

Shades of Caput Mortuum #54200E

Tints of Caput Mortuum #54200E

Color information

#54200E (or 0x54200E) is unknown color: approx Caput Mortuum. HEX triplet: 54, 20 and 0E. RGB value is (84,32,14). Sum of RGB (Red+Green+Blue) = 84+32+14=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #54200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54200E is #ABDFF1. Grayscale: #2D2D2D. Windows color (decimal): -11263986 or 925780. OLE color: 925780.

HSL color Cylindrical-coordinate representation of color #54200E: hue angle of 15.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54200E is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB843214-
CMYK00.620.830.67
HSL15.43º71.43%19.22%-
HSV(B)15.43º83.33%32.94%-
XYZ4.252.950.76-
YUV45.5110.23155.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.62%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 14 (5.86% from 255) = 10.77%
R=64.62%
G=24.62%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84321400.620.830.6715.4371.4319.22
Hex5420E03E5343f4713
Octal12440160761231031710723
Binary101010010000011100111110101001110000111111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54200E; }

 p { color: rgb(84,32,14); }

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

<style>
 a { background-color: #54200E; }

 a { background-color: rgb(84,32,14); }

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

<style>
 span { border-color: #54200E; }

 span { border-color: rgb(84,32,14); }

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