#542521

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

Shades of Caput Mortuum #542521

Tints of Caput Mortuum #542521

Color information

#542521 (or 0x542521) is unknown color: approx Caput Mortuum. HEX triplet: 54, 25 and 21. RGB value is (84,37,33). Sum of RGB (Red+Green+Blue) = 84+37+33=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #542521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542521 is #ABDADE. Grayscale: #323232. Windows color (decimal): -11262687 or 2172244. OLE color: 2172244.

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

Color convert

RGB843733-
CMYK00.560.610.67
HSL4.71º43.59%22.94%-
HSV(B)4.71º60.71%32.94%-
XYZ4.593.321.84-
YUV50.6118.07151.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.55%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 33 (13.28% from 255) = 21.43%
R=54.55%
G=24.03%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84373300.560.610.674.7143.5922.94
Hex5425210383D4352c17
Octal12445410707510355427
Binary10101001001011000010111000111101100001110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542521; }

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

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

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

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

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

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

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

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