#463B14

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

Shades of Madras #463B14

Tints of Madras #463B14

Color information

#463B14 (or 0x463B14) is unknown color: approx Madras. HEX triplet: 46, 3B and 14. RGB value is (70,59,20). Sum of RGB (Red+Green+Blue) = 70+59+20=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #463B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B14 is #B9C4EB. Grayscale: #3A3A3A. Windows color (decimal): -12174572 or 1325894. OLE color: 1325894.

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

Color convert

RGB705920-
CMYK00.160.710.73
HSL46.8º55.56%17.65%-
HSV(B)46.8º71.43%27.45%-
XYZ4.224.481.3-
YUV57.84106.64136.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 59 (23.44% from 255) = 39.60%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=46.98%
G=39.60%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70592000.160.710.7346.855.5617.65
Hex463B1401047492f3812
Octal1067324020107111577022
Binary1000110111011101000100001000111100100110111111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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