#464007

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

Shades of Madras #464007

Tints of Madras #464007

Color information

#464007 (or 0x464007) is unknown color: approx Madras. HEX triplet: 46, 40 and 07. RGB value is (70,64,7). Sum of RGB (Red+Green+Blue) = 70+64+7=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #464007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464007 is #B9BFF8. Grayscale: #3B3B3B. Windows color (decimal): -12173305 or 475206. OLE color: 475206.

HSL color Cylindrical-coordinate representation of color #464007: hue angle of 54.29º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #464007 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB70647-
CMYK00.090.900.73
HSL54.29º81.82%15.1%-
HSV(B)54.29º90%27.45%-
XYZ4.44.980.93-
YUV59.398.49135.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 7 (3.12% from 255) = 4.96%
R=49.65%
G=45.39%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7064700.090.900.7354.2981.8215.1
Hex46407095A493652f
Octal10610070111321116612217
Binary10001101000000111010011011010100100111011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464007; }

 p { color: rgb(70,64,7); }

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

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

 a { background-color: rgb(70,64,7); }

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

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

 span { border-color: rgb(70,64,7); }

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