#463D1A

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

Shades of Madras #463D1A

Tints of Madras #463D1A

Color information

#463D1A (or 0x463D1A) is unknown color: approx Madras. HEX triplet: 46, 3D and 1A. RGB value is (70,61,26). Sum of RGB (Red+Green+Blue) = 70+61+26=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D1A is #B9C2E5. Grayscale: #3B3B3B. Windows color (decimal): -12174054 or 1719622. OLE color: 1719622.

HSL color Cylindrical-coordinate representation of color #463D1A: hue angle of 47.73º 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 #463D1A is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB706126-
CMYK00.130.630.73
HSL47.73º45.83%18.82%-
HSV(B)47.73º62.86%27.45%-
XYZ4.384.711.66-
YUV59.7108.98135.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 61 (24.22% from 255) = 38.85%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=44.59%
G=38.85%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70612600.130.630.7347.7345.8318.82
Hex463D1A0D3F49302e13
Octal106753201577111605623
Binary10001101111011101001101111111100100111000010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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