#4F2921

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

Shades of Caput Mortuum #4F2921

Tints of Caput Mortuum #4F2921

Color information

#4F2921 (or 0x4F2921) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 29 and 21. RGB value is (79,41,33). Sum of RGB (Red+Green+Blue) = 79+41+33=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2921 is #B0D6DE. Grayscale: #333333. Windows color (decimal): -11589343 or 2173263. OLE color: 2173263.

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

Color convert

RGB794133-
CMYK00.480.580.69
HSL10.43º41.07%21.96%-
HSV(B)10.43º58.23%30.98%-
XYZ4.293.361.86-
YUV51.45117.59147.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.63%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 33 (13.28% from 255) = 21.57%
R=51.63%
G=26.80%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79413300.480.580.6910.4341.0721.96
Hex4F29210303A45a2916
Octal117514106072105125126
Binary100111110100110000101100001110101000101101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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