#4F2721

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

Shades of Caput Mortuum #4F2721

Tints of Caput Mortuum #4F2721

Color information

#4F2721 (or 0x4F2721) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 27 and 21. RGB value is (79,39,33). Sum of RGB (Red+Green+Blue) = 79+39+33=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2721 is #B0D8DE. Grayscale: #323232. Windows color (decimal): -11589855 or 2172751. OLE color: 2172751.

HSL color Cylindrical-coordinate representation of color #4F2721: hue angle of 7.83º 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 #4F2721 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB793933-
CMYK00.510.580.69
HSL7.83º41.07%21.96%-
HSV(B)7.83º58.23%30.98%-
XYZ4.223.221.84-
YUV50.28118.25148.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.32%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=52.32%
G=25.83%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79393300.510.580.697.8341.0721.96
Hex4F27210333A4582916
Octal117474106372105105126
Binary100111110011110000101100111110101000101100010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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