#4F170C

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

Shades of Red Oxide #4F170C

Tints of Red Oxide #4F170C

Color information

#4F170C (or 0x4F170C) is unknown color: approx Red Oxide. HEX triplet: 4F, 17 and 0C. RGB value is (79,23,12). Sum of RGB (Red+Green+Blue) = 79+23+12=114 (15% of max value = 765). Red value is 79 (31.25% from 255 or 69.30% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 79 - color contains mainly: red. Hex color #4F170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F170C is #B0E8F3. Grayscale: #262626. Windows color (decimal): -11593972 or 792399. OLE color: 792399.

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

Color convert

RGB792312-
CMYK00.710.850.69
HSL9.85º73.63%17.84%-
HSV(B)9.85º84.81%30.98%-
XYZ3.62.30.6-
YUV38.49113.05156.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 69.30%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=69.30%
G=20.18%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79231200.710.850.699.8573.6317.84
Hex4F17C0475545a4a12
Octal117271401071251051211222
Binary100111110111110001000111101010110001011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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