#46401C

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

Shades of Madras #46401C

Tints of Madras #46401C

Color information

#46401C (or 0x46401C) is unknown color: approx Madras. HEX triplet: 46, 40 and 1C. RGB value is (70,64,28). Sum of RGB (Red+Green+Blue) = 70+64+28=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #46401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46401C is #B9BFE3. Grayscale: #3D3D3D. Windows color (decimal): -12173284 or 1851462. OLE color: 1851462.

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

Color convert

RGB706428-
CMYK00.090.600.73
HSL51.43º42.86%19.22%-
HSV(B)51.43º60%27.45%-
XYZ4.575.051.83-
YUV61.69108.99133.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=43.21%
G=39.51%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70642800.090.600.7351.4342.8619.22
Hex46401C093C49332b13
Octal1061003401174111635323
Binary100011010000001110001001111100100100111001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46401C; }

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

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

<style>
 a { background-color: #46401C; }

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

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

<style>
 span { border-color: #46401C; }

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

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