#463B1D

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

Shades of Madras #463B1D

Tints of Madras #463B1D

Color information

#463B1D (or 0x463B1D) is unknown color: approx Madras. HEX triplet: 46, 3B and 1D. RGB value is (70,59,29). Sum of RGB (Red+Green+Blue) = 70+59+29=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #463B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B1D is #B9C4E2. Grayscale: #3A3A3A. Windows color (decimal): -12174563 or 1915718. OLE color: 1915718.

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

Color convert

RGB705929-
CMYK00.160.590.73
HSL43.9º41.41%19.41%-
HSV(B)43.9º58.57%27.45%-
XYZ4.314.521.81-
YUV58.87111.14135.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 59 (23.44% from 255) = 37.34%
BLUE value IS 29 (11.72% from 255) = 18.35%
R=44.30%
G=37.34%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70592900.160.590.7343.941.4119.41
Hex463B1D0103B492c2913
Octal106733502073111545123
Binary100011011101111101010000111011100100110110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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