#463C19

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

Shades of Madras #463C19

Tints of Madras #463C19

Color information

#463C19 (or 0x463C19) is unknown color: approx Madras. HEX triplet: 46, 3C and 19. RGB value is (70,60,25). Sum of RGB (Red+Green+Blue) = 70+60+25=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #463C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463C19 is #B9C3E6. Grayscale: #3B3B3B. Windows color (decimal): -12174311 or 1653830. OLE color: 1653830.

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

Color convert

RGB706025-
CMYK00.140.640.73
HSL46.67º47.37%18.63%-
HSV(B)46.67º64.29%27.45%-
XYZ4.324.61.58-
YUV59108.81135.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 60 (23.83% from 255) = 38.71%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=45.16%
G=38.71%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70602500.140.640.7346.6747.3718.63
Hex463C190E40492f2f13
Octal1067431016100111575723
Binary100011011110011001011101000000100100110111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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