#464216

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

Shades of Madras #464216

Tints of Madras #464216

Color information

#464216 (or 0x464216) is unknown color: approx Madras. HEX triplet: 46, 42 and 16. RGB value is (70,66,22). Sum of RGB (Red+Green+Blue) = 70+66+22=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #464216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464216 is #B9BDE9. Grayscale: #3E3E3E. Windows color (decimal): -12172778 or 1458758. OLE color: 1458758.

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

Color convert

RGB706622-
CMYK00.060.690.73
HSL55º52.17%18.04%-
HSV(B)55º68.57%27.45%-
XYZ4.625.261.53-
YUV62.18105.33133.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=44.30%
G=41.77%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70662200.060.690.735552.1718.04
Hex464216064549373412
Octal1061022606105111676422
Binary100011010000101011001101000101100100111011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464216; }

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

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

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

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

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

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

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

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