#463E0C

Color #463E0C Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #463E0C

Tints of Madras #463E0C

Color information

#463E0C (or 0x463E0C) is unknown color: approx Madras. HEX triplet: 46, 3E and 0C. RGB value is (70,62,12). Sum of RGB (Red+Green+Blue) = 70+62+12=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463E0C is #B9C1F3. Grayscale: #3A3A3A. Windows color (decimal): -12173812 or 802374. OLE color: 802374.

HSL color Cylindrical-coordinate representation of color #463E0C: hue angle of 51.72º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #463E0C is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB706212-
CMYK00.110.830.73
HSL51.72º70.73%16.08%-
HSV(B)51.72º82.86%27.45%-
XYZ4.314.771.04-
YUV58.69101.65136.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 62 (24.61% from 255) = 43.06%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=48.61%
G=43.06%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70621200.110.830.7351.7270.7316.08
Hex463EC0B5349344710
Octal10676140131231116410720
Binary100011011111011000101110100111001001110100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463E0C; }

 p { color: rgb(70,62,12); }

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

<style>
 a { background-color: #463E0C; }

 a { background-color: rgb(70,62,12); }

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

<style>
 span { border-color: #463E0C; }

 span { border-color: rgb(70,62,12); }

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