#4E1812

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

Shades of Red Oxide #4E1812

Tints of Red Oxide #4E1812

Color information

#4E1812 (or 0x4E1812) is unknown color: approx Red Oxide. HEX triplet: 4E, 18 and 12. RGB value is (78,24,18). Sum of RGB (Red+Green+Blue) = 78+24+18=120 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1812 is #B1E7ED. Grayscale: #272727. Windows color (decimal): -11659246 or 1185870. OLE color: 1185870.

HSL color Cylindrical-coordinate representation of color #4E1812: hue angle of 6º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E1812 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB782418-
CMYK00.690.770.69
HSL62.5%18.82%-
HSV(B)76.92%30.59%-
XYZ3.582.320.83-
YUV39.46115.89155.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 65%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 18 (7.42% from 255) = 15%
R=65%
G=20%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78241800.690.770.69662.518.82
Hex4E18120454D4563e13
Octal1163022010511510567623
Binary10011101100010010010001011001101100010111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,24,18); }

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

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

 a { background-color: rgb(78,24,18); }

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

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

 span { border-color: rgb(78,24,18); }

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