#46441A

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

Shades of Madras #46441A

Tints of Madras #46441A

Color information

#46441A (or 0x46441A) is unknown color: approx Madras. HEX triplet: 46, 44 and 1A. RGB value is (70,68,26). Sum of RGB (Red+Green+Blue) = 70+68+26=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #46441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46441A is #B9BBE5. Grayscale: #3F3F3F. Windows color (decimal): -12172262 or 1721414. OLE color: 1721414.

HSL color Cylindrical-coordinate representation of color #46441A: hue angle of 57.27º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46441A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB706826-
CMYK00.030.630.73
HSL57.27º45.83%18.82%-
HSV(B)57.27º62.86%27.45%-
XYZ4.785.511.79-
YUV63.81106.66132.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 68 (26.95% from 255) = 41.46%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=42.68%
G=41.46%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70682600.030.630.7357.2745.8318.82
Hex46441A033F49392e13
Octal106104320377111715623
Binary1000110100010011010011111111100100111100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46441A; }

 p { color: rgb(70,68,26); }

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

<style>
 a { background-color: #46441A; }

 a { background-color: rgb(70,68,26); }

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

<style>
 span { border-color: #46441A; }

 span { border-color: rgb(70,68,26); }

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