#4F1E1A

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

Shades of Caput Mortuum #4F1E1A

Tints of Caput Mortuum #4F1E1A

Color information

#4F1E1A (or 0x4F1E1A) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 1E and 1A. RGB value is (79,30,26). Sum of RGB (Red+Green+Blue) = 79+30+26=135 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.52% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E1A is #B0E1E5. Grayscale: #2C2C2C. Windows color (decimal): -11592166 or 1711695. OLE color: 1711695.

HSL color Cylindrical-coordinate representation of color #4F1E1A: hue angle of 4.53º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F1E1A is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB793026-
CMYK00.620.670.69
HSL4.53º50.48%20.59%-
HSV(B)4.53º67.09%30.98%-
XYZ3.882.671.29-
YUV44.19117.73152.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.52%
GREEN value IS 30 (12.11% from 255) = 22.22%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=58.52%
G=22.22%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79302600.620.670.694.5350.4820.59
Hex4F1E1A03E434553215
Octal117363207610310556225
Binary1001111111101101001111101000011100010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,30,26); }

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

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

 a { background-color: rgb(79,30,26); }

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

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

 span { border-color: rgb(79,30,26); }

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