#4F1407

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

Shades of Red Oxide #4F1407

Tints of Red Oxide #4F1407

Color information

#4F1407 (or 0x4F1407) is unknown color: approx Red Oxide. HEX triplet: 4F, 14 and 07. RGB value is (79,20,7). Sum of RGB (Red+Green+Blue) = 79+20+7=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1407 is #B0EBF8. Grayscale: #242424. Windows color (decimal): -11594745 or 463951. OLE color: 463951.

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

Color convert

RGB79207-
CMYK00.750.910.69
HSL10.83º83.72%16.86%-
HSV(B)10.83º91.14%30.98%-
XYZ3.512.180.44-
YUV36.16111.55158.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 74.53%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 7 (3.12% from 255) = 6.60%
R=74.53%
G=18.87%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7920700.750.910.6910.8383.7216.86
Hex4F14704B5B45b5411
Octal11724701131331051312421
Binary10011111010011101001011101101110001011011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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