#4F1612

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

Shades of Red Oxide #4F1612

Tints of Red Oxide #4F1612

Color information

#4F1612 (or 0x4F1612) is unknown color: approx Red Oxide. HEX triplet: 4F, 16 and 12. RGB value is (79,22,18). Sum of RGB (Red+Green+Blue) = 79+22+18=119 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.39% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1612 is #B0E9ED. Grayscale: #262626. Windows color (decimal): -11594222 or 1185359. OLE color: 1185359.

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

Color convert

RGB792218-
CMYK00.720.770.69
HSL3.93º62.89%19.02%-
HSV(B)3.93º77.22%30.98%-
XYZ3.622.280.82-
YUV38.59116.38156.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 66.39%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=66.39%
G=18.49%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79221800.720.770.693.9362.8919.02
Hex4F16120484D4543f13
Octal1172622011011510547723
Binary10011111011010010010010001001101100010110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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