#46410D

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

Shades of Madras #46410D

Tints of Madras #46410D

Color information

#46410D (or 0x46410D) is unknown color: approx Madras. HEX triplet: 46, 41 and 0D. RGB value is (70,65,13). Sum of RGB (Red+Green+Blue) = 70+65+13=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46410D is #B9BEF2. Grayscale: #3C3C3C. Windows color (decimal): -12173043 or 868678. OLE color: 868678.

HSL color Cylindrical-coordinate representation of color #46410D: hue angle of 54.74º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46410D is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB706513-
CMYK00.070.810.73
HSL54.74º68.67%16.27%-
HSV(B)54.74º81.43%27.45%-
XYZ4.495.111.13-
YUV60.57101.16134.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 13 (5.47% from 255) = 8.78%
R=47.30%
G=43.92%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70651300.070.810.7354.7468.6716.27
Hex4641D075149374510
Octal10610115071211116710520
Binary100011010000011101011110100011001001110111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46410D; }

 p { color: rgb(70,65,13); }

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

<style>
 a { background-color: #46410D; }

 a { background-color: rgb(70,65,13); }

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

<style>
 span { border-color: #46410D; }

 span { border-color: rgb(70,65,13); }

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