#4F2421

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

Shades of Caput Mortuum #4F2421

Tints of Caput Mortuum #4F2421

Color information

#4F2421 (or 0x4F2421) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 24 and 21. RGB value is (79,36,33). Sum of RGB (Red+Green+Blue) = 79+36+33=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2421 is #B0DBDE. Grayscale: #303030. Windows color (decimal): -11590623 or 2171983. OLE color: 2171983.

HSL color Cylindrical-coordinate representation of color #4F2421: hue angle of 3.91º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F2421 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB793633-
CMYK00.540.580.69
HSL3.91º41.07%21.96%-
HSV(B)3.91º58.23%30.98%-
XYZ4.133.031.81-
YUV48.52119.25149.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.38%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=53.38%
G=24.32%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79363300.540.580.693.9141.0721.96
Hex4F24210363A4542916
Octal11744410667210545126
Binary10011111001001000010110110111010100010110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F2421; }

 p { color: rgb(79,36,33); }

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

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

 a { background-color: rgb(79,36,33); }

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

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

 span { border-color: rgb(79,36,33); }

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