#4F1A0D

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

Shades of Caput Mortuum #4F1A0D

Tints of Caput Mortuum #4F1A0D

Color information

#4F1A0D (or 0x4F1A0D) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 1A and 0D. RGB value is (79,26,13). Sum of RGB (Red+Green+Blue) = 79+26+13=118 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.95% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1A0D is #B0E5F2. Grayscale: #282828. Windows color (decimal): -11593203 or 858703. OLE color: 858703.

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

Color convert

RGB792613-
CMYK00.670.840.69
HSL11.82º71.74%18.04%-
HSV(B)11.82º83.54%30.98%-
XYZ3.672.430.66-
YUV40.36112.56155.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 66.95%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 13 (5.47% from 255) = 11.02%
R=66.95%
G=22.03%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79261300.670.840.6911.8271.7418.04
Hex4F1AD0435445c4812
Octal117321501031241051411022
Binary100111111010110101000011101010010001011100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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