#4D140D

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

Shades of Red Oxide #4D140D

Tints of Red Oxide #4D140D

Color information

#4D140D (or 0x4D140D) is unknown color: approx Red Oxide. HEX triplet: 4D, 14 and 0D. RGB value is (77,20,13). Sum of RGB (Red+Green+Blue) = 77+20+13=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D140D is #B2EBF2. Grayscale: #242424. Windows color (decimal): -11725811 or 857165. OLE color: 857165.

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

Color convert

RGB772013-
CMYK00.740.830.70
HSL6.56º71.11%17.65%-
HSV(B)6.56º83.12%30.2%-
XYZ3.382.110.61-
YUV36.24114.88157.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 70%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=70%
G=18.18%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77201300.740.830.706.5671.1117.65
Hex4D14D04A534674712
Octal11524150112123106710722
Binary10011011010011010100101010100111000110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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