#463F1F

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

Shades of Madras #463F1F

Tints of Madras #463F1F

Color information

#463F1F (or 0x463F1F) is unknown color: approx Madras. HEX triplet: 46, 3F and 1F. RGB value is (70,63,31). Sum of RGB (Red+Green+Blue) = 70+63+31=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #463F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F1F is #B9C0E0. Grayscale: #3D3D3D. Windows color (decimal): -12173537 or 2047814. OLE color: 2047814.

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

Color convert

RGB706331-
CMYK00.100.560.73
HSL49.23º38.61%19.8%-
HSV(B)49.23º55.71%27.45%-
XYZ4.554.962.01-
YUV61.44110.82134.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 63 (25% from 255) = 38.41%
BLUE value IS 31 (12.5% from 255) = 18.90%
R=42.68%
G=38.41%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70633100.100.560.7349.2338.6119.8
Hex463F1F0A3849312714
Octal106773701270111614724
Binary10001101111111111101010111000100100111000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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