#463F1C

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

Shades of Madras #463F1C

Tints of Madras #463F1C

Color information

#463F1C (or 0x463F1C) is unknown color: approx Madras. HEX triplet: 46, 3F and 1C. RGB value is (70,63,28). Sum of RGB (Red+Green+Blue) = 70+63+28=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F1C is #B9C0E3. Grayscale: #3D3D3D. Windows color (decimal): -12173540 or 1851206. OLE color: 1851206.

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

Color convert

RGB706328-
CMYK00.100.600.73
HSL50º42.86%19.22%-
HSV(B)50º60%27.45%-
XYZ4.514.941.81-
YUV61.1109.32134.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 63 (25% from 255) = 39.13%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=43.48%
G=39.13%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70632800.100.600.735042.8619.22
Hex463F1C0A3C49322b13
Octal106773401274111625323
Binary10001101111111110001010111100100100111001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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