#463A19

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

Shades of Madras #463A19

Tints of Madras #463A19

Color information

#463A19 (or 0x463A19) is unknown color: approx Madras. HEX triplet: 46, 3A and 19. RGB value is (70,58,25). Sum of RGB (Red+Green+Blue) = 70+58+25=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #463A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A19 is #B9C5E6. Grayscale: #393939. Windows color (decimal): -12174823 or 1653318. OLE color: 1653318.

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

Color convert

RGB705825-
CMYK00.170.640.73
HSL44º47.37%18.63%-
HSV(B)44º64.29%27.45%-
XYZ4.214.41.55-
YUV57.83109.48136.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 58 (23.05% from 255) = 37.91%
BLUE value IS 25 (10.16% from 255) = 16.34%
R=45.75%
G=37.91%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70582500.170.640.734447.3718.63
Hex463A1901140492c2f13
Octal1067231021100111545723
Binary1000110111010110010100011000000100100110110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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