#4D1714

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

Shades of Red Oxide #4D1714

Tints of Red Oxide #4D1714

Color information

#4D1714 (or 0x4D1714) is unknown color: approx Red Oxide. HEX triplet: 4D, 17 and 14. RGB value is (77,23,20). Sum of RGB (Red+Green+Blue) = 77+23+20=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1714 is #B2E8EB. Grayscale: #262626. Windows color (decimal): -11725036 or 1316685. OLE color: 1316685.

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

Color convert

RGB772320-
CMYK00.700.740.70
HSL3.16º58.76%19.02%-
HSV(B)3.16º74.03%30.2%-
XYZ3.492.240.91-
YUV38.8117.39155.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 64.17%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=64.17%
G=19.17%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77232000.700.740.703.1658.7619.02
Hex4D17140464A4633b13
Octal1152724010611210637323
Binary1001101101111010001000110100101010001101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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