#463E1A

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

Shades of Madras #463E1A

Tints of Madras #463E1A

Color information

#463E1A (or 0x463E1A) is unknown color: approx Madras. HEX triplet: 46, 3E and 1A. RGB value is (70,62,26). Sum of RGB (Red+Green+Blue) = 70+62+26=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #463E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E1A is #B9C1E5. Grayscale: #3C3C3C. Windows color (decimal): -12173798 or 1719878. OLE color: 1719878.

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

Color convert

RGB706226-
CMYK00.110.630.73
HSL49.09º45.83%18.82%-
HSV(B)49.09º62.86%27.45%-
XYZ4.434.821.67-
YUV60.29108.65134.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=44.30%
G=39.24%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70622600.110.630.7349.0945.8318.82
Hex463E1A0B3F49312e13
Octal106763201377111615623
Binary10001101111101101001011111111100100111000110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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