#46390A

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

Shades of Madras #46390A

Tints of Madras #46390A

Color information

#46390A (or 0x46390A) is unknown color: approx Madras. HEX triplet: 46, 39 and 0A. RGB value is (70,57,10). Sum of RGB (Red+Green+Blue) = 70+57+10=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46390A is #B9C6F5. Grayscale: #373737. Windows color (decimal): -12175094 or 670022. OLE color: 670022.

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

Color convert

RGB705710-
CMYK00.190.860.73
HSL47º75%15.69%-
HSV(B)47º85.71%27.45%-
XYZ4.044.250.89-
YUV55.53102.31138.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=51.09%
G=41.61%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70571000.190.860.73477515.69
Hex4639A01356492f4b10
Octal10671120231261115711320
Binary1000110111001101001001110101101001001101111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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