#463A1F

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

Shades of Madras #463A1F

Tints of Madras #463A1F

Color information

#463A1F (or 0x463A1F) is unknown color: approx Madras. HEX triplet: 46, 3A and 1F. RGB value is (70,58,31). Sum of RGB (Red+Green+Blue) = 70+58+31=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #463A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A1F is #B9C5E0. Grayscale: #3A3A3A. Windows color (decimal): -12174817 or 2046534. OLE color: 2046534.

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

Color convert

RGB705831-
CMYK00.170.560.73
HSL41.54º38.61%19.8%-
HSV(B)41.54º55.71%27.45%-
XYZ4.294.431.92-
YUV58.51112.48136.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 58 (23.05% from 255) = 36.48%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=44.03%
G=36.48%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70583100.170.560.7341.5438.6119.8
Hex463A1F01138492a2714
Octal106723702170111524724
Binary100011011101011111010001111000100100110101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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