#46400A

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

Shades of Madras #46400A

Tints of Madras #46400A

Color information

#46400A (or 0x46400A) is unknown color: approx Madras. HEX triplet: 46, 40 and 0A. RGB value is (70,64,10). Sum of RGB (Red+Green+Blue) = 70+64+10=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #46400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46400A is #B9BFF5. Grayscale: #3B3B3B. Windows color (decimal): -12173302 or 671814. OLE color: 671814.

HSL color Cylindrical-coordinate representation of color #46400A: hue angle of 54º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46400A is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB706410-
CMYK00.090.860.73
HSL54º75%15.69%-
HSV(B)54º85.71%27.45%-
XYZ4.414.991.02-
YUV59.6499.99135.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=48.61%
G=44.44%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70641000.090.860.73547515.69
Hex4640A095649364b10
Octal106100120111261116611320
Binary1000110100000010100100110101101001001110110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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