#4E170C

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

Shades of Red Oxide #4E170C

Tints of Red Oxide #4E170C

Color information

#4E170C (or 0x4E170C) is unknown color: approx Red Oxide. HEX triplet: 4E, 17 and 0C. RGB value is (78,23,12). Sum of RGB (Red+Green+Blue) = 78+23+12=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E170C is #B1E8F3. Grayscale: #262626. Windows color (decimal): -11659508 or 792398. OLE color: 792398.

HSL color Cylindrical-coordinate representation of color #4E170C: hue angle of 10º degrees, saturation: 0.73, 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 #4E170C is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB782312-
CMYK00.710.850.69
HSL10º73.33%17.65%-
HSV(B)10º84.62%30.59%-
XYZ3.512.260.6-
YUV38.19113.22156.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.03%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=69.03%
G=20.35%
B=10.62%

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
Decimal78231200.710.850.691073.3317.65
Hex4E17C0475545a4912
Octal116271401071251051211122
Binary100111010111110001000111101010110001011010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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