#463C1C

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

Shades of Madras #463C1C

Tints of Madras #463C1C

Color information

#463C1C (or 0x463C1C) is unknown color: approx Madras. HEX triplet: 46, 3C and 1C. RGB value is (70,60,28). Sum of RGB (Red+Green+Blue) = 70+60+28=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #463C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C1C is #B9C3E3. Grayscale: #3B3B3B. Windows color (decimal): -12174308 or 1850438. OLE color: 1850438.

HSL color Cylindrical-coordinate representation of color #463C1C: hue angle of 45.71º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #463C1C is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB706028-
CMYK00.140.600.73
HSL45.71º42.86%19.22%-
HSV(B)45.71º60%27.45%-
XYZ4.354.621.76-
YUV59.34110.31135.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 60 (23.83% from 255) = 37.97%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=44.30%
G=37.97%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70602800.140.600.7345.7142.8619.22
Hex463C1C0E3C492e2b13
Octal106743401674111565323
Binary10001101111001110001110111100100100110111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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