#463F1A

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

Shades of Madras #463F1A

Tints of Madras #463F1A

Color information

#463F1A (or 0x463F1A) is unknown color: approx Madras. HEX triplet: 46, 3F and 1A. RGB value is (70,63,26). Sum of RGB (Red+Green+Blue) = 70+63+26=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #463F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F1A is #B9C0E5. Grayscale: #3D3D3D. Windows color (decimal): -12173542 or 1720134. OLE color: 1720134.

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

Color convert

RGB706326-
CMYK00.100.630.73
HSL50.45º45.83%18.82%-
HSV(B)50.45º62.86%27.45%-
XYZ4.494.931.69-
YUV60.87108.32134.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 63 (25% from 255) = 39.62%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=44.03%
G=39.62%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70632600.100.630.7350.4545.8318.82
Hex463F1A0A3F49322e13
Octal106773201277111625623
Binary10001101111111101001010111111100100111001010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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