#463E14

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

Shades of Madras #463E14

Tints of Madras #463E14

Color information

#463E14 (or 0x463E14) is unknown color: approx Madras. HEX triplet: 46, 3E and 14. RGB value is (70,62,20). Sum of RGB (Red+Green+Blue) = 70+62+20=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #463E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463E14 is #B9C1EB. Grayscale: #3B3B3B. Windows color (decimal): -12173804 or 1326662. OLE color: 1326662.

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

Color convert

RGB706220-
CMYK00.110.710.73
HSL50.4º55.56%17.65%-
HSV(B)50.4º71.43%27.45%-
XYZ4.374.81.36-
YUV59.6105.65135.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 62 (24.61% from 255) = 40.79%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=46.05%
G=40.79%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70622000.110.710.7350.455.5617.65
Hex463E140B4749323812
Octal1067624013107111627022
Binary100011011111010100010111000111100100111001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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