#464413

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

Shades of Madras #464413

Tints of Madras #464413

Color information

#464413 (or 0x464413) is unknown color: approx Madras. HEX triplet: 46, 44 and 13. RGB value is (70,68,19). Sum of RGB (Red+Green+Blue) = 70+68+19=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #464413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464413 is #B9BBEC. Grayscale: #3F3F3F. Windows color (decimal): -12172269 or 1262662. OLE color: 1262662.

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

Color convert

RGB706819-
CMYK00.030.730.73
HSL57.65º57.3%17.45%-
HSV(B)57.65º72.86%27.45%-
XYZ4.715.481.43-
YUV63.01103.16132.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 68 (26.95% from 255) = 43.31%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=44.59%
G=43.31%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70681900.030.730.7357.6557.317.45
Hex4644130349493a3911
Octal1061042303111111727121
Binary10001101000100100110111001001100100111101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464413; }

 p { color: rgb(70,68,19); }

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

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

 a { background-color: rgb(70,68,19); }

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

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

 span { border-color: rgb(70,68,19); }

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