#4F1508

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

Shades of Red Oxide #4F1508

Tints of Red Oxide #4F1508

Color information

#4F1508 (or 0x4F1508) is unknown color: approx Red Oxide. HEX triplet: 4F, 15 and 08. RGB value is (79,21,8). Sum of RGB (Red+Green+Blue) = 79+21+8=108 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.15% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1508 is #B0EAF7. Grayscale: #242424. Windows color (decimal): -11594488 or 529743. OLE color: 529743.

HSL color Cylindrical-coordinate representation of color #4F1508: hue angle of 10.99º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F1508 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB79218-
CMYK00.730.900.69
HSL10.99º81.61%17.06%-
HSV(B)10.99º89.87%30.98%-
XYZ3.542.220.47-
YUV36.86111.72158.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 73.15%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=73.15%
G=19.44%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7921800.730.900.6910.9981.6117.06
Hex4F1580495A45b5211
Octal117251001111321051312221
Binary100111110101100001001001101101010001011011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,21,8); }

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

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

 a { background-color: rgb(79,21,8); }

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

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

 span { border-color: rgb(79,21,8); }

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