#464211

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

Shades of Madras #464211

Tints of Madras #464211

Color information

#464211 (or 0x464211) is unknown color: approx Madras. HEX triplet: 46, 42 and 11. RGB value is (70,66,17). Sum of RGB (Red+Green+Blue) = 70+66+17=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #464211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464211 is #B9BDEE. Grayscale: #3D3D3D. Windows color (decimal): -12172783 or 1131078. OLE color: 1131078.

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

Color convert

RGB706617-
CMYK00.060.760.73
HSL55.47º60.92%17.06%-
HSV(B)55.47º75.71%27.45%-
XYZ4.585.241.3-
YUV61.61102.83133.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 66 (26.17% from 255) = 43.14%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=45.75%
G=43.14%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70661700.060.760.7355.4760.9217.06
Hex464211064C49373d11
Octal1061022106114111677521
Binary100011010000101000101101001100100100111011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464211; }

 p { color: rgb(70,66,17); }

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

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

 a { background-color: rgb(70,66,17); }

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

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

 span { border-color: rgb(70,66,17); }

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