#4F231E

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

Shades of Caput Mortuum #4F231E

Tints of Caput Mortuum #4F231E

Color information

#4F231E (or 0x4F231E) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 23 and 1E. RGB value is (79,35,30). Sum of RGB (Red+Green+Blue) = 79+35+30=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F231E is #B0DCE1. Grayscale: #2F2F2F. Windows color (decimal): -11590882 or 1975119. OLE color: 1975119.

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

Color convert

RGB793530-
CMYK00.560.620.69
HSL6.12º44.95%21.37%-
HSV(B)6.12º62.03%30.98%-
XYZ4.062.961.59-
YUV47.59118.08150.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.86%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=54.86%
G=24.31%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79353000.560.620.696.1244.9521.37
Hex4F231E0383E4562d15
Octal11743360707610565525
Binary1001111100011111100111000111110100010111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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