#4F170F

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

Shades of Red Oxide #4F170F

Tints of Red Oxide #4F170F

Color information

#4F170F (or 0x4F170F) is unknown color: approx Red Oxide. HEX triplet: 4F, 17 and 0F. RGB value is (79,23,15). Sum of RGB (Red+Green+Blue) = 79+23+15=117 (15% of max value = 765). Red value is 79 (31.25% from 255 or 67.52% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 79 - color contains mainly: red. Hex color #4F170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F170F is #B0E8F0. Grayscale: #262626. Windows color (decimal): -11593969 or 989007. OLE color: 989007.

HSL color Cylindrical-coordinate representation of color #4F170F: hue angle of 7.5º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F170F is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB792315-
CMYK00.710.810.69
HSL7.5º68.09%18.43%-
HSV(B)7.5º81.01%30.98%-
XYZ3.622.310.71-
YUV38.83114.55156.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 67.52%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=67.52%
G=19.66%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79231500.710.810.697.568.0918.43
Hex4F17F047514584412
Octal117271701071211051010422
Binary100111110111111101000111101000110001011000100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,23,15); }

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

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

 a { background-color: rgb(79,23,15); }

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

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

 span { border-color: rgb(79,23,15); }

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