#463F1D

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

Shades of Madras #463F1D

Tints of Madras #463F1D

Color information

#463F1D (or 0x463F1D) is unknown color: approx Madras. HEX triplet: 46, 3F and 1D. RGB value is (70,63,29). Sum of RGB (Red+Green+Blue) = 70+63+29=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #463F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F1D is #B9C0E2. Grayscale: #3D3D3D. Windows color (decimal): -12173539 or 1916742. OLE color: 1916742.

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

Color convert

RGB706329-
CMYK00.100.590.73
HSL49.76º41.41%19.41%-
HSV(B)49.76º58.57%27.45%-
XYZ4.534.951.88-
YUV61.22109.82134.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=43.21%
G=38.89%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70632900.100.590.7349.7641.4119.41
Hex463F1D0A3B49322913
Octal106773501273111625123
Binary10001101111111110101010111011100100111001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,63,29); }

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

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

 a { background-color: rgb(70,63,29); }

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

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

 span { border-color: rgb(70,63,29); }

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