#464416

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

Shades of Madras #464416

Tints of Madras #464416

Color information

#464416 (or 0x464416) is unknown color: approx Madras. HEX triplet: 46, 44 and 16. RGB value is (70,68,22). Sum of RGB (Red+Green+Blue) = 70+68+22=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #464416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464416 is #B9BBE9. Grayscale: #3F3F3F. Windows color (decimal): -12172266 or 1459270. OLE color: 1459270.

HSL color Cylindrical-coordinate representation of color #464416: hue angle of 57.5º 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 #464416 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB706822-
CMYK00.030.690.73
HSL57.5º52.17%18.04%-
HSV(B)57.5º68.57%27.45%-
XYZ4.745.491.57-
YUV63.35104.66132.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 68 (26.95% from 255) = 42.5%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=43.75%
G=42.5%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70682200.030.690.7357.552.1718.04
Hex4644160345493a3412
Octal1061042603105111726422
Binary10001101000100101100111000101100100111101011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464416; }

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

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

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

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

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

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

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

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