#4D1712

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

Shades of Red Oxide #4D1712

Tints of Red Oxide #4D1712

Color information

#4D1712 (or 0x4D1712) is unknown color: approx Red Oxide. HEX triplet: 4D, 17 and 12. RGB value is (77,23,18). Sum of RGB (Red+Green+Blue) = 77+23+18=118 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.25% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1712 is #B2E8ED. Grayscale: #262626. Windows color (decimal): -11725038 or 1185613. OLE color: 1185613.

HSL color Cylindrical-coordinate representation of color #4D1712: hue angle of 5.08º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1712 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB772318-
CMYK00.700.770.70
HSL5.08º62.11%18.63%-
HSV(B)5.08º76.62%30.2%-
XYZ3.482.230.82-
YUV38.58116.39155.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 65.25%
GREEN value IS 23 (9.38% from 255) = 19.49%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=65.25%
G=19.49%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77231800.700.770.705.0862.1118.63
Hex4D17120464D4653e13
Octal1152722010611510657623
Binary10011011011110010010001101001101100011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,23,18); }

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

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

 a { background-color: rgb(77,23,18); }

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

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

 span { border-color: rgb(77,23,18); }

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