#463E1C

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

Shades of Madras #463E1C

Tints of Madras #463E1C

Color information

#463E1C (or 0x463E1C) is unknown color: approx Madras. HEX triplet: 46, 3E and 1C. RGB value is (70,62,28). Sum of RGB (Red+Green+Blue) = 70+62+28=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E1C is #B9C1E3. Grayscale: #3C3C3C. Windows color (decimal): -12173796 or 1850950. OLE color: 1850950.

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

Color convert

RGB706228-
CMYK00.110.600.73
HSL48.57º42.86%19.22%-
HSV(B)48.57º60%27.45%-
XYZ4.464.831.8-
YUV60.52109.65134.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 62 (24.61% from 255) = 38.75%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=43.75%
G=38.75%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70622800.110.600.7348.5742.8619.22
Hex463E1C0B3C49312b13
Octal106763401374111615323
Binary10001101111101110001011111100100100111000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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