#54200f

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

Shades of Caput Mortuum #54200F

Tints of Caput Mortuum #54200F

Color information

#54200F (or 0x54200F) is unknown color: approx Caput Mortuum. HEX triplet: 54, 20 and 0F. RGB value is (84,32,15). Sum of RGB (Red+Green+Blue) = 84+32+15=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54200F is #ABDFF0. Grayscale: #2D2D2D. Windows color (decimal): -11263985 or 991316. OLE color: 991316.

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

Color convert

RGB843215-
CMYK00.620.820.67
HSL14.78º69.7%19.41%-
HSV(B)14.78º82.14%32.94%-
XYZ4.262.950.8-
YUV45.61110.73155.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.12%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=64.12%
G=24.43%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84321500.620.820.6714.7869.719.41
Hex5420F03E5243f4613
Octal12440170761221031710623
Binary101010010000011110111110101001010000111111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54200f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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