#463C20

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

Shades of Madras #463C20

Tints of Madras #463C20

Color information

#463C20 (or 0x463C20) is unknown color: approx Madras. HEX triplet: 46, 3C and 20. RGB value is (70,60,32). Sum of RGB (Red+Green+Blue) = 70+60+32=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #463C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C20 is #B9C3DF. Grayscale: #3B3B3B. Windows color (decimal): -12174304 or 2112582. OLE color: 2112582.

HSL color Cylindrical-coordinate representation of color #463C20: hue angle of 44.21º 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 #463C20 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB706032-
CMYK00.140.540.73
HSL44.21º37.25%20%-
HSV(B)44.21º54.29%27.45%-
XYZ4.44.642.03-
YUV59.8112.31135.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 60 (23.83% from 255) = 37.04%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=43.21%
G=37.04%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70603200.140.540.7344.2137.2520
Hex463C200E36492c2514
Octal106744001666111544524
Binary100011011110010000001110110110100100110110010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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