#463F20

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

Shades of Madras #463F20

Tints of Madras #463F20

Color information

#463F20 (or 0x463F20) is unknown color: approx Madras. HEX triplet: 46, 3F and 20. RGB value is (70,63,32). Sum of RGB (Red+Green+Blue) = 70+63+32=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #463F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F20 is #B9C0DF. Grayscale: #3D3D3D. Windows color (decimal): -12173536 or 2113350. OLE color: 2113350.

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

Color convert

RGB706332-
CMYK00.100.540.73
HSL48.95º37.25%20%-
HSV(B)48.95º54.29%27.45%-
XYZ4.564.962.08-
YUV61.56111.32134.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 63 (25% from 255) = 38.18%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=42.42%
G=38.18%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70633200.100.540.7348.9537.2520
Hex463F200A3649312514
Octal106774001266111614524
Binary100011011111110000001010110110100100111000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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