#463E0F

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

Shades of Madras #463E0F

Tints of Madras #463E0F

Color information

#463E0F (or 0x463E0F) is unknown color: approx Madras. HEX triplet: 46, 3E and 0F. RGB value is (70,62,15). Sum of RGB (Red+Green+Blue) = 70+62+15=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #463E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463E0F is #B9C1F0. Grayscale: #3B3B3B. Windows color (decimal): -12173809 or 998982. OLE color: 998982.

HSL color Cylindrical-coordinate representation of color #463E0F: hue angle of 51.27º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #463E0F is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB706215-
CMYK00.110.790.73
HSL51.27º64.71%16.67%-
HSV(B)51.27º78.57%27.45%-
XYZ4.334.781.15-
YUV59.03103.15135.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 62 (24.61% from 255) = 42.18%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=47.62%
G=42.18%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70621500.110.790.7351.2764.7116.67
Hex463EF0B4F49334111
Octal10676170131171116310121
Binary100011011111011110101110011111001001110011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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