#464412

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

Shades of Madras #464412

Tints of Madras #464412

Color information

#464412 (or 0x464412) is unknown color: approx Madras. HEX triplet: 46, 44 and 12. RGB value is (70,68,18). Sum of RGB (Red+Green+Blue) = 70+68+18=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #464412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464412 is #B9BBED. Grayscale: #3F3F3F. Windows color (decimal): -12172270 or 1197126. OLE color: 1197126.

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

Color convert

RGB706818-
CMYK00.030.740.73
HSL57.69º59.09%17.25%-
HSV(B)57.69º74.29%27.45%-
XYZ4.75.481.38-
YUV62.9102.66133.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 68 (26.95% from 255) = 43.59%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=44.87%
G=43.59%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70681800.030.740.7357.6959.0917.25
Hex464412034A493a3b11
Octal1061042203112111727321
Binary10001101000100100100111001010100100111101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464412; }

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

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

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

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

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

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

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

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