#4F1206

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

Shades of Red Oxide #4F1206

Tints of Red Oxide #4F1206

Color information

#4F1206 (or 0x4F1206) is unknown color: approx Red Oxide. HEX triplet: 4F, 12 and 06. RGB value is (79,18,6). Sum of RGB (Red+Green+Blue) = 79+18+6=103 (13% of max value = 765). Red value is 79 (31.25% from 255 or 76.70% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1206 is #B0EDF9. Grayscale: #222222. Windows color (decimal): -11595258 or 397903. OLE color: 397903.

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

Color convert

RGB79186-
CMYK00.770.920.69
HSL9.86º85.88%16.67%-
HSV(B)9.86º92.41%30.98%-
XYZ3.472.110.4-
YUV34.87111.71159.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 76.70%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=76.70%
G=17.48%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7918600.770.920.699.8685.8816.67
Hex4F12604D5C45a5611
Octal11722601151341051212621
Binary10011111001011001001101101110010001011010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,18,6); }

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

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

 a { background-color: rgb(79,18,6); }

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

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

 span { border-color: rgb(79,18,6); }

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