#463706

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

Shades of Madras #463706

Tints of Madras #463706

Color information

#463706 (or 0x463706) is unknown color: approx Madras. HEX triplet: 46, 37 and 06. RGB value is (70,55,6). Sum of RGB (Red+Green+Blue) = 70+55+6=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #463706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463706 is #B9C8F9. Grayscale: #363636. Windows color (decimal): -12175610 or 407366. OLE color: 407366.

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

Color convert

RGB70556-
CMYK00.210.910.73
HSL45.94º84.21%14.9%-
HSV(B)45.94º91.43%27.45%-
XYZ3.924.050.75-
YUV53.9100.97139.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 55 (21.88% from 255) = 41.98%
BLUE value IS 6 (2.73% from 255) = 4.58%
R=53.44%
G=41.98%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7055600.210.910.7345.9484.2114.9
Hex463760155B492e54f
Octal1066760251331115612417
Binary10001101101111100101011011011100100110111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463706; }

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

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

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

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

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

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

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

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