#463E0D

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

Shades of Madras #463E0D

Tints of Madras #463E0D

Color information

#463E0D (or 0x463E0D) is unknown color: approx Madras. HEX triplet: 46, 3E and 0D. RGB value is (70,62,13). Sum of RGB (Red+Green+Blue) = 70+62+13=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #463E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463E0D is #B9C1F2. Grayscale: #3B3B3B. Windows color (decimal): -12173811 or 867910. OLE color: 867910.

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

Color convert

RGB706213-
CMYK00.110.810.73
HSL51.58º68.67%16.27%-
HSV(B)51.58º81.43%27.45%-
XYZ4.324.781.07-
YUV58.81102.15135.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 62 (24.61% from 255) = 42.76%
BLUE value IS 13 (5.47% from 255) = 8.97%
R=48.28%
G=42.76%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70621300.110.810.7351.5868.6716.27
Hex463ED0B5149344510
Octal10676150131211116410520
Binary100011011111011010101110100011001001110100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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