#4F261E

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

Shades of Caput Mortuum #4F261E

Tints of Caput Mortuum #4F261E

Color information

#4F261E (or 0x4F261E) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 26 and 1E. RGB value is (79,38,30). Sum of RGB (Red+Green+Blue) = 79+38+30=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F261E is #B0D9E1. Grayscale: #313131. Windows color (decimal): -11590114 or 1975887. OLE color: 1975887.

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

Color convert

RGB793830-
CMYK00.520.620.69
HSL9.8º44.95%21.37%-
HSV(B)9.8º62.03%30.98%-
XYZ4.153.141.62-
YUV49.35117.08149.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.74%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=53.74%
G=25.85%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79383000.520.620.699.844.9521.37
Hex4F261E0343E45a2d15
Octal117463606476105125525
Binary10011111001101111001101001111101000101101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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