#463D18

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

Shades of Madras #463D18

Tints of Madras #463D18

Color information

#463D18 (or 0x463D18) is unknown color: approx Madras. HEX triplet: 46, 3D and 18. RGB value is (70,61,24). Sum of RGB (Red+Green+Blue) = 70+61+24=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #463D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463D18 is #B9C2E7. Grayscale: #3B3B3B. Windows color (decimal): -12174056 or 1588550. OLE color: 1588550.

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

Color convert

RGB706124-
CMYK00.130.660.73
HSL48.26º48.94%18.43%-
HSV(B)48.26º65.71%27.45%-
XYZ4.364.711.54-
YUV59.47107.98135.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 61 (24.22% from 255) = 39.35%
BLUE value IS 24 (9.77% from 255) = 15.48%
R=45.16%
G=39.35%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70612400.130.660.7348.2648.9418.43
Hex463D180D4249303112
Octal1067530015102111606122
Binary100011011110111000011011000010100100111000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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