#464414

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

Shades of Madras #464414

Tints of Madras #464414

Color information

#464414 (or 0x464414) is unknown color: approx Madras. HEX triplet: 46, 44 and 14. RGB value is (70,68,20). Sum of RGB (Red+Green+Blue) = 70+68+20=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #464414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464414 is #B9BBEB. Grayscale: #3F3F3F. Windows color (decimal): -12172268 or 1328198. OLE color: 1328198.

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

Color convert

RGB706820-
CMYK00.030.710.73
HSL57.6º55.56%17.65%-
HSV(B)57.6º71.43%27.45%-
XYZ4.725.491.47-
YUV63.13103.66132.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=44.30%
G=43.04%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70682000.030.710.7357.655.5617.65
Hex4644140347493a3812
Octal1061042403107111727022
Binary10001101000100101000111000111100100111101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464414; }

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

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

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

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

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

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

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

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