#463D1D

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

Shades of Madras #463D1D

Tints of Madras #463D1D

Color information

#463D1D (or 0x463D1D) is unknown color: approx Madras. HEX triplet: 46, 3D and 1D. RGB value is (70,61,29). Sum of RGB (Red+Green+Blue) = 70+61+29=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D1D is #B9C2E2. Grayscale: #3C3C3C. Windows color (decimal): -12174051 or 1916230. OLE color: 1916230.

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

Color convert

RGB706129-
CMYK00.130.590.73
HSL46.83º41.41%19.41%-
HSV(B)46.83º58.57%27.45%-
XYZ4.424.731.84-
YUV60.04110.48135.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 61 (24.22% from 255) = 38.12%
BLUE value IS 29 (11.72% from 255) = 18.12%
R=43.75%
G=38.12%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70612900.130.590.7346.8341.4119.41
Hex463D1D0D3B492f2913
Octal106753501573111575123
Binary10001101111011110101101111011100100110111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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