#463B18

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

Shades of Madras #463B18

Tints of Madras #463B18

Color information

#463B18 (or 0x463B18) is unknown color: approx Madras. HEX triplet: 46, 3B and 18. RGB value is (70,59,24). Sum of RGB (Red+Green+Blue) = 70+59+24=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #463B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B18 is #B9C4E7. Grayscale: #3A3A3A. Windows color (decimal): -12174568 or 1588038. OLE color: 1588038.

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

Color convert

RGB705924-
CMYK00.160.660.73
HSL45.65º48.94%18.43%-
HSV(B)45.65º65.71%27.45%-
XYZ4.254.51.51-
YUV58.3108.64136.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 59 (23.44% from 255) = 38.56%
BLUE value IS 24 (9.77% from 255) = 15.69%
R=45.75%
G=38.56%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70592400.160.660.7345.6548.9418.43
Hex463B1801042492e3112
Octal1067330020102111566122
Binary1000110111011110000100001000010100100110111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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