#46431A

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

Shades of Madras #46431A

Tints of Madras #46431A

Color information

#46431A (or 0x46431A) is unknown color: approx Madras. HEX triplet: 46, 43 and 1A. RGB value is (70,67,26). Sum of RGB (Red+Green+Blue) = 70+67+26=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #46431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46431A is #B9BCE5. Grayscale: #3F3F3F. Windows color (decimal): -12172518 or 1721158. OLE color: 1721158.

HSL color Cylindrical-coordinate representation of color #46431A: hue angle of 55.91º 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 #46431A is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB706726-
CMYK00.040.630.73
HSL55.91º45.83%18.82%-
HSV(B)55.91º62.86%27.45%-
XYZ4.725.391.77-
YUV63.22106.99132.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=42.94%
G=41.10%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70672600.040.630.7355.9145.8318.82
Hex46431A043F49382e13
Octal106103320477111705623
Binary10001101000011110100100111111100100111100010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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