#463606

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

Shades of Madras #463606

Tints of Madras #463606

Color information

#463606 (or 0x463606) is unknown color: approx Madras. HEX triplet: 46, 36 and 06. RGB value is (70,54,6). Sum of RGB (Red+Green+Blue) = 70+54+6=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #463606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463606 is #B9C9F9. Grayscale: #353535. Windows color (decimal): -12175866 or 407110. OLE color: 407110.

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

Color convert

RGB70546-
CMYK00.230.910.73
HSL45º84.21%14.9%-
HSV(B)45º91.43%27.45%-
XYZ3.883.950.73-
YUV53.31101.3139.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=53.85%
G=41.54%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7054600.230.910.734584.2114.9
Hex463660175B492d54f
Octal1066660271331115512417
Binary10001101101101100101111011011100100110110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463606; }

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

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

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

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

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

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

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

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