#463D0D

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

Shades of Madras #463D0D

Tints of Madras #463D0D

Color information

#463D0D (or 0x463D0D) is unknown color: approx Madras. HEX triplet: 46, 3D and 0D. RGB value is (70,61,13). Sum of RGB (Red+Green+Blue) = 70+61+13=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463D0D is #B9C2F2. Grayscale: #3A3A3A. Windows color (decimal): -12174067 or 867654. OLE color: 867654.

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

Color convert

RGB706113-
CMYK00.130.810.73
HSL50.53º68.67%16.27%-
HSV(B)50.53º81.43%27.45%-
XYZ4.274.671.06-
YUV58.22102.48136.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 61 (24.22% from 255) = 42.36%
BLUE value IS 13 (5.47% from 255) = 9.03%
R=48.61%
G=42.36%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70611300.130.810.7350.5368.6716.27
Hex463DD0D5149334510
Octal10675150151211116310520
Binary100011011110111010110110100011001001110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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