#4F2920

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

Shades of Caput Mortuum #4F2920

Tints of Caput Mortuum #4F2920

Color information

#4F2920 (or 0x4F2920) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 29 and 20. RGB value is (79,41,32). Sum of RGB (Red+Green+Blue) = 79+41+32=152 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.97% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2920 is #B0D6DF. Grayscale: #333333. Windows color (decimal): -11589344 or 2107727. OLE color: 2107727.

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

Color convert

RGB794132-
CMYK00.480.590.69
HSL11.49º42.34%21.76%-
HSV(B)11.49º59.49%30.98%-
XYZ4.283.351.79-
YUV51.34117.09147.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.97%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=51.97%
G=26.97%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79413200.480.590.6911.4942.3421.76
Hex4F29200303B45b2a16
Octal117514006073105135226
Binary100111110100110000001100001110111000101101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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