#46400F

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

Shades of Madras #46400F

Tints of Madras #46400F

Color information

#46400F (or 0x46400F) is unknown color: approx Madras. HEX triplet: 46, 40 and 0F. RGB value is (70,64,15). Sum of RGB (Red+Green+Blue) = 70+64+15=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46400F is #B9BFF0. Grayscale: #3C3C3C. Windows color (decimal): -12173297 or 999494. OLE color: 999494.

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

Color convert

RGB706415-
CMYK00.090.790.73
HSL53.45º64.71%16.67%-
HSV(B)53.45º78.57%27.45%-
XYZ4.4551.18-
YUV60.21102.49134.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=46.98%
G=42.95%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70641500.090.790.7353.4564.7116.67
Hex4640F094F49354111
Octal106100170111171116510121
Binary1000110100000011110100110011111001001110101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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