#4F2A20

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

Shades of Caput Mortuum #4F2A20

Tints of Caput Mortuum #4F2A20

Color information

#4F2A20 (or 0x4F2A20) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 2A and 20. RGB value is (79,42,32). Sum of RGB (Red+Green+Blue) = 79+42+32=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2A20 is #B0D5DF. Grayscale: #343434. Windows color (decimal): -11589088 or 2107983. OLE color: 2107983.

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

Color convert

RGB794232-
CMYK00.470.590.69
HSL12.77º42.34%21.76%-
HSV(B)12.77º59.49%30.98%-
XYZ4.313.421.8-
YUV51.92116.76147.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.63%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=51.63%
G=27.45%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79423200.470.590.6912.7742.3421.76
Hex4F2A2002F3B45d2a16
Octal117524005773105155226
Binary100111110101010000001011111110111000101110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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