#463A1E

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

Shades of Madras #463A1E

Tints of Madras #463A1E

Color information

#463A1E (or 0x463A1E) is unknown color: approx Madras. HEX triplet: 46, 3A and 1E. RGB value is (70,58,30). Sum of RGB (Red+Green+Blue) = 70+58+30=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #463A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A1E is #B9C5E1. Grayscale: #3A3A3A. Windows color (decimal): -12174818 or 1980998. OLE color: 1980998.

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

Color convert

RGB705830-
CMYK00.170.570.73
HSL42º40%19.61%-
HSV(B)42º57.14%27.45%-
XYZ4.274.421.86-
YUV58.4111.98136.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=44.30%
G=36.71%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70583000.170.570.73424019.61
Hex463A1E01139492a2814
Octal106723602171111525024
Binary100011011101011110010001111001100100110101010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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