#46411F

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

Shades of Madras #46411F

Tints of Madras #46411F

Color information

#46411F (or 0x46411F) is unknown color: approx Madras. HEX triplet: 46, 41 and 1F. RGB value is (70,65,31). Sum of RGB (Red+Green+Blue) = 70+65+31=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #46411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46411F is #B9BEE0. Grayscale: #3E3E3E. Windows color (decimal): -12173025 or 2048326. OLE color: 2048326.

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

Color convert

RGB706531-
CMYK00.070.560.73
HSL52.31º38.61%19.8%-
HSV(B)52.31º55.71%27.45%-
XYZ4.665.182.05-
YUV62.62110.16133.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=42.17%
G=39.16%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70653100.070.560.7352.3138.6119.8
Hex46411F073849342714
Octal106101370770111644724
Binary10001101000001111110111111000100100111010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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