#463C1D

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

Shades of Madras #463C1D

Tints of Madras #463C1D

Color information

#463C1D (or 0x463C1D) is unknown color: approx Madras. HEX triplet: 46, 3C and 1D. RGB value is (70,60,29). Sum of RGB (Red+Green+Blue) = 70+60+29=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #463C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C1D is #B9C3E2. Grayscale: #3B3B3B. Windows color (decimal): -12174307 or 1915974. OLE color: 1915974.

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

Color convert

RGB706029-
CMYK00.140.590.73
HSL45.37º41.41%19.41%-
HSV(B)45.37º58.57%27.45%-
XYZ4.364.621.82-
YUV59.46110.81135.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 60 (23.83% from 255) = 37.74%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=44.03%
G=37.74%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70602900.140.590.7345.3741.4119.41
Hex463C1D0E3B492d2913
Octal106743501673111555123
Binary10001101111001110101110111011100100110110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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