#4F1207

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

Shades of Red Oxide #4F1207

Tints of Red Oxide #4F1207

Color information

#4F1207 (or 0x4F1207) is unknown color: approx Red Oxide. HEX triplet: 4F, 12 and 07. RGB value is (79,18,7). Sum of RGB (Red+Green+Blue) = 79+18+7=104 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.96% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1207 is #B0EDF8. Grayscale: #232323. Windows color (decimal): -11595257 or 463439. OLE color: 463439.

HSL color Cylindrical-coordinate representation of color #4F1207: hue angle of 9.17º 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 #4F1207 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB79187-
CMYK00.770.910.69
HSL9.17º83.72%16.86%-
HSV(B)9.17º91.14%30.98%-
XYZ3.482.110.42-
YUV34.98112.21159.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 75.96%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=75.96%
G=17.31%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7918700.770.910.699.1783.7216.86
Hex4F12704D5B4595411
Octal11722701151331051112421
Binary10011111001011101001101101101110001011001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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