#463B20

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

Shades of Madras #463B20

Tints of Madras #463B20

Color information

#463B20 (or 0x463B20) is unknown color: approx Madras. HEX triplet: 46, 3B and 20. RGB value is (70,59,32). Sum of RGB (Red+Green+Blue) = 70+59+32=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B20 is #B9C4DF. Grayscale: #3B3B3B. Windows color (decimal): -12174560 or 2112326. OLE color: 2112326.

HSL color Cylindrical-coordinate representation of color #463B20: hue angle of 42.63º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #463B20 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB705932-
CMYK00.160.540.73
HSL42.63º37.25%20%-
HSV(B)42.63º54.29%27.45%-
XYZ4.354.532.01-
YUV59.21112.64135.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 59 (23.44% from 255) = 36.65%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=43.48%
G=36.65%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70593200.160.540.7342.6337.2520
Hex463B2001036492b2514
Octal106734002066111534524
Binary1000110111011100000010000110110100100110101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463B20; }

 p { color: rgb(70,59,32); }

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

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

 a { background-color: rgb(70,59,32); }

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

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

 span { border-color: rgb(70,59,32); }

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