#54200D

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

Shades of Caput Mortuum #54200D

Tints of Caput Mortuum #54200D

Color information

#54200D (or 0x54200D) is unknown color: approx Caput Mortuum. HEX triplet: 54, 20 and 0D. RGB value is (84,32,13). Sum of RGB (Red+Green+Blue) = 84+32+13=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #54200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54200D is #ABDFF2. Grayscale: #2D2D2D. Windows color (decimal): -11263987 or 860244. OLE color: 860244.

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

Color convert

RGB843213-
CMYK00.620.850.67
HSL16.06º73.2%19.02%-
HSV(B)16.06º84.52%32.94%-
XYZ4.252.950.73-
YUV45.38109.73155.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.12%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=65.12%
G=24.81%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84321300.620.850.6716.0673.219.02
Hex5420D03E5543104913
Octal12440150761251032011123
Binary1010100100000110101111101010101100001110000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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