#463A1A

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

Shades of Madras #463A1A

Tints of Madras #463A1A

Color information

#463A1A (or 0x463A1A) is unknown color: approx Madras. HEX triplet: 46, 3A and 1A. RGB value is (70,58,26). Sum of RGB (Red+Green+Blue) = 70+58+26=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #463A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A1A is #B9C5E5. Grayscale: #3A3A3A. Windows color (decimal): -12174822 or 1718854. OLE color: 1718854.

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

Color convert

RGB705826-
CMYK00.170.630.73
HSL43.64º45.83%18.82%-
HSV(B)43.64º62.86%27.45%-
XYZ4.234.41.6-
YUV57.94109.98136.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 58 (23.05% from 255) = 37.66%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=45.45%
G=37.66%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70582600.170.630.7343.6445.8318.82
Hex463A1A0113F492c2e13
Octal106723202177111545623
Binary100011011101011010010001111111100100110110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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