#463B1B

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

Shades of Madras #463B1B

Tints of Madras #463B1B

Color information

#463B1B (or 0x463B1B) is unknown color: approx Madras. HEX triplet: 46, 3B and 1B. RGB value is (70,59,27). Sum of RGB (Red+Green+Blue) = 70+59+27=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #463B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B1B is #B9C4E4. Grayscale: #3A3A3A. Windows color (decimal): -12174565 or 1784646. OLE color: 1784646.

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

Color convert

RGB705927-
CMYK00.160.610.73
HSL44.65º44.33%19.02%-
HSV(B)44.65º61.43%27.45%-
XYZ4.294.511.68-
YUV58.64110.14136.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 59 (23.44% from 255) = 37.82%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=44.87%
G=37.82%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70592700.160.610.7344.6544.3319.02
Hex463B1B0103D492d2c13
Octal106733302075111555423
Binary100011011101111011010000111101100100110110110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,59,27); }

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

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

 a { background-color: rgb(70,59,27); }

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

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

 span { border-color: rgb(70,59,27); }

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