#463806

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

Shades of Madras #463806

Tints of Madras #463806

Color information

#463806 (or 0x463806) is unknown color: approx Madras. HEX triplet: 46, 38 and 06. RGB value is (70,56,6). Sum of RGB (Red+Green+Blue) = 70+56+6=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #463806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463806 is #B9C7F9. Grayscale: #363636. Windows color (decimal): -12175354 or 407622. OLE color: 407622.

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

Color convert

RGB70566-
CMYK00.200.910.73
HSL46.87º84.21%14.9%-
HSV(B)46.87º91.43%27.45%-
XYZ3.974.140.76-
YUV54.49100.64139.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 56 (22.27% from 255) = 42.42%
BLUE value IS 6 (2.73% from 255) = 4.55%
R=53.03%
G=42.42%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7056600.200.910.7346.8784.2114.9
Hex463860145B492f54f
Octal1067060241331115712417
Binary10001101110001100101001011011100100110111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463806; }

 p { color: rgb(70,56,6); }

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

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

 a { background-color: rgb(70,56,6); }

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

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

 span { border-color: rgb(70,56,6); }

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