#463A18

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

Shades of Madras #463A18

Tints of Madras #463A18

Color information

#463A18 (or 0x463A18) is unknown color: approx Madras. HEX triplet: 46, 3A and 18. RGB value is (70,58,24). Sum of RGB (Red+Green+Blue) = 70+58+24=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #463A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A18 is #B9C5E7. Grayscale: #393939. Windows color (decimal): -12174824 or 1587782. OLE color: 1587782.

HSL color Cylindrical-coordinate representation of color #463A18: hue angle of 44.35º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463A18 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB705824-
CMYK00.170.660.73
HSL44.35º48.94%18.43%-
HSV(B)44.35º65.71%27.45%-
XYZ4.24.391.49-
YUV57.71108.98136.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 58 (23.05% from 255) = 38.16%
BLUE value IS 24 (9.77% from 255) = 15.79%
R=46.05%
G=38.16%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70582400.170.660.7344.3548.9418.43
Hex463A1801142492c3112
Octal1067230021102111546122
Binary1000110111010110000100011000010100100110110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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