#4F2214

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

Shades of Caput Mortuum #4F2214

Tints of Caput Mortuum #4F2214

Color information

#4F2214 (or 0x4F2214) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 22 and 14. RGB value is (79,34,20). Sum of RGB (Red+Green+Blue) = 79+34+20=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2214 is #B0DDEB. Grayscale: #2D2D2D. Windows color (decimal): -11591148 or 1319503. OLE color: 1319503.

HSL color Cylindrical-coordinate representation of color #4F2214: hue angle of 14.24º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F2214 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB793420-
CMYK00.570.750.69
HSL14.24º59.6%19.41%-
HSV(B)14.24º74.68%30.98%-
XYZ3.922.861.01-
YUV45.86113.41151.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 59.40%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=59.40%
G=25.56%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79342000.570.750.6914.2459.619.41
Hex4F22140394B45e3c13
Octal1174224071113105167423
Binary100111110001010100011100110010111000101111011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,34,20); }

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

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

 a { background-color: rgb(79,34,20); }

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

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

 span { border-color: rgb(79,34,20); }

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