#4F040E

Color #4F040E Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #4F040E

Tints of Rustic Red #4F040E

Color information

#4F040E (or 0x4F040E) is unknown color: approx Rustic Red. HEX triplet: 4F, 04 and 0E. RGB value is (79,4,14). Sum of RGB (Red+Green+Blue) = 79+4+14=97 (12% of max value = 765). Red value is 79 (31.25% from 255 or 81.44% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 79 - color contains mainly: red. Hex color #4F040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F040E is #B0FBF1. Grayscale: #1B1B1B. Windows color (decimal): -11598834 or 918607. OLE color: 918607.

HSL color Cylindrical-coordinate representation of color #4F040E: hue angle of 352º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F040E is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.69.

Color convert

RGB79414-
CMYK00.950.820.69
HSL352º90.36%16.27%-
HSV(B)352º94.94%30.98%-
XYZ3.351.780.58-
YUV27.56120.35164.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 81.44%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 14 (5.86% from 255) = 14.43%
R=81.44%
G=4.12%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7941400.950.820.6935290.3616.27
Hex4F4E05F52451605a10
Octal117416013712210554013220
Binary100111110011100101111110100101000101101100000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,4,14); }

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

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

 a { background-color: rgb(79,4,14); }

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

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

 span { border-color: rgb(79,4,14); }

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