#4D040E

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

Shades of Rustic Red #4D040E

Tints of Rustic Red #4D040E

Color information

#4D040E (or 0x4D040E) is unknown color: approx Rustic Red. HEX triplet: 4D, 04 and 0E. RGB value is (77,4,14). Sum of RGB (Red+Green+Blue) = 77+4+14=95 (12% of max value = 765). Red value is 77 (30.47% from 255 or 81.05% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 77 - color contains mainly: red. Hex color #4D040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D040E is #B2FBF1. Grayscale: #1A1A1A. Windows color (decimal): -11729906 or 918605. OLE color: 918605.

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

Color convert

RGB77414-
CMYK00.950.820.70
HSL351.78º90.12%15.88%-
HSV(B)351.78º94.81%30.2%-
XYZ3.181.70.58-
YUV26.97120.68163.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 81.05%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=81.05%
G=4.21%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7741400.950.820.70351.7890.1215.88
Hex4D4E05F52461605a10
Octal115416013712210654013220
Binary100110110011100101111110100101000110101100000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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