#464204

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

Shades of Madras #464204

Tints of Madras #464204

Color information

#464204 (or 0x464204) is unknown color: approx Madras. HEX triplet: 46, 42 and 04. RGB value is (70,66,4). Sum of RGB (Red+Green+Blue) = 70+66+4=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #464204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464204 is #B9BDFB. Grayscale: #3C3C3C. Windows color (decimal): -12172796 or 279110. OLE color: 279110.

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

Color convert

RGB70664-
CMYK00.060.940.73
HSL56.36º89.19%14.51%-
HSV(B)56.36º94.29%27.45%-
XYZ4.55.210.88-
YUV60.1396.33135.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 4 (1.95% from 255) = 2.86%
R=50%
G=47.14%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7066400.060.940.7356.3689.1914.51
Hex46424065E493859f
Octal1061024061361117013117
Binary1000110100001010001101011110100100111100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464204; }

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

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

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

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

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

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

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

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