#46411E

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

Shades of Madras #46411E

Tints of Madras #46411E

Color information

#46411E (or 0x46411E) is unknown color: approx Madras. HEX triplet: 46, 41 and 1E. RGB value is (70,65,30). Sum of RGB (Red+Green+Blue) = 70+65+30=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #46411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46411E is #B9BEE1. Grayscale: #3E3E3E. Windows color (decimal): -12173026 or 1982790. OLE color: 1982790.

HSL color Cylindrical-coordinate representation of color #46411E: hue angle of 52.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46411E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB706530-
CMYK00.070.570.73
HSL52.5º40%19.61%-
HSV(B)52.5º57.14%27.45%-
XYZ4.655.181.98-
YUV62.5109.66133.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=42.42%
G=39.39%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70653000.070.570.7352.54019.61
Hex46411E073949342814
Octal106101360771111645024
Binary10001101000001111100111111001100100111010010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46411E; }

 p { color: rgb(70,65,30); }

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

<style>
 a { background-color: #46411E; }

 a { background-color: rgb(70,65,30); }

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

<style>
 span { border-color: #46411E; }

 span { border-color: rgb(70,65,30); }

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