#463D14

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

Shades of Madras #463D14

Tints of Madras #463D14

Color information

#463D14 (or 0x463D14) is unknown color: approx Madras. HEX triplet: 46, 3D and 14. RGB value is (70,61,20). Sum of RGB (Red+Green+Blue) = 70+61+20=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #463D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463D14 is #B9C2EB. Grayscale: #3B3B3B. Windows color (decimal): -12174060 or 1326406. OLE color: 1326406.

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

Color convert

RGB706120-
CMYK00.130.710.73
HSL49.2º55.56%17.65%-
HSV(B)49.2º71.43%27.45%-
XYZ4.324.691.34-
YUV59.02105.98135.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 61 (24.22% from 255) = 40.40%
BLUE value IS 20 (8.20% from 255) = 13.25%
R=46.36%
G=40.40%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70612000.130.710.7349.255.5617.65
Hex463D140D4749313812
Octal1067524015107111617022
Binary100011011110110100011011000111100100111000111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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