#4F271E

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

Shades of Caput Mortuum #4F271E

Tints of Caput Mortuum #4F271E

Color information

#4F271E (or 0x4F271E) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 27 and 1E. RGB value is (79,39,30). Sum of RGB (Red+Green+Blue) = 79+39+30=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F271E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F271E is #B0D8E1. Grayscale: #323232. Windows color (decimal): -11589858 or 1976143. OLE color: 1976143.

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

Color convert

RGB793930-
CMYK00.510.620.69
HSL11.02º44.95%21.37%-
HSV(B)11.02º62.03%30.98%-
XYZ4.183.211.63-
YUV49.93116.75148.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.38%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=53.38%
G=26.35%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79393000.510.620.6911.0244.9521.37
Hex4F271E0333E45b2d15
Octal117473606376105135525
Binary10011111001111111001100111111101000101101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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