#4D1612

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

Shades of Red Oxide #4D1612

Tints of Red Oxide #4D1612

Color information

#4D1612 (or 0x4D1612) is unknown color: approx Red Oxide. HEX triplet: 4D, 16 and 12. RGB value is (77,22,18). Sum of RGB (Red+Green+Blue) = 77+22+18=117 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.81% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1612 is #B2E9ED. Grayscale: #262626. Windows color (decimal): -11725294 or 1185357. OLE color: 1185357.

HSL color Cylindrical-coordinate representation of color #4D1612: hue angle of 4.07º 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 #4D1612 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB772218-
CMYK00.710.770.70
HSL4.07º62.11%18.63%-
HSV(B)4.07º76.62%30.2%-
XYZ3.462.20.81-
YUV37.99116.72155.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 65.81%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=65.81%
G=18.80%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77221800.710.770.704.0762.1118.63
Hex4D16120474D4643e13
Octal1152622010711510647623
Binary10011011011010010010001111001101100011010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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