#4E070C

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

Shades of Rustic Red #4E070C

Tints of Rustic Red #4E070C

Color information

#4E070C (or 0x4E070C) is unknown color: approx Rustic Red. HEX triplet: 4E, 07 and 0C. RGB value is (78,7,12). Sum of RGB (Red+Green+Blue) = 78+7+12=97 (12% of max value = 765). Red value is 78 (30.86% from 255 or 80.41% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 78 - color contains mainly: red. Hex color #4E070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E070C is #B1F8F3. Grayscale: #1C1C1C. Windows color (decimal): -11663604 or 788302. OLE color: 788302.

HSL color Cylindrical-coordinate representation of color #4E070C: hue angle of 355.77º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E070C is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB78712-
CMYK00.910.850.69
HSL355.77º83.53%16.67%-
HSV(B)355.77º91.03%30.59%-
XYZ3.281.80.52-
YUV28.8118.52163.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 80.41%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=80.41%
G=7.22%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7871200.910.850.69355.7783.5316.67
Hex4E7C05B55451645411
Octal116714013312510554412421
Binary100111011111000101101110101011000101101100100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,7,12); }

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

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

 a { background-color: rgb(78,7,12); }

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

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

 span { border-color: rgb(78,7,12); }

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