Shades of Madras #463803
Tints of Madras #463803
RGB
CMYK
RGB Variations
Color information
#463803 (or 0x463803) is known color: Madras. HEX triplet: 46, 38 and 03. RGB value is (70,56,3). Sum of RGB (Red+Green+Blue) = 70+56+3=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #463803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463803 is #B9C7FC. Grayscale: #363636. Windows color (decimal): -12175357 or 211014. OLE color: 211014.
HSL color Cylindrical-coordinate representation of color #463803: hue angle of 47.46º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #463803 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 56 | 3 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.73 |
| HSL | 47.46º | 0.92% | 0.14% | - |
| HSV(B) | 47.46º | 0.96% | 0.27% | - |
| XYZ | 3.96 | 4.14 | 0.68 | - |
| YUV | 54.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 3 | 0 | 0.20 | 0.96 | 0.73 | 47.46 | 0.92 | 0.14 |
| Hex | 46 | 38 | 3 | 0 | 14 | 60 | 49 | 2F | 5C | E |
| Octal | 106 | 70 | 3 | 0 | 24 | 140 | 111 | 57 | 134 | 16 |
| Binary | 1000110 | 111000 | 11 | 0 | 10100 | 1100000 | 1001001 | 101111 | 1011100 | 1110 |
Color Harmonies of #463803
Complementary color
Monochromatic Colors of #463803
Black with #463803
Text Example
Text Example
White with #463803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463803; }
p { color: rgb(70,56,3); }
H1.HeaderClassName
{
color: #463803;
}
.AnyTagClassName
{
color: #463803;
}
</style>
background-color css
<style>
a { background-color: #463803; }
a { background-color: rgb(70,56,3); }
div.DivClassName
{
background-color: #463803;
}
.BgClassName
{
background-color: #463803;
}
</style>
border-color css
<style>
span { border-color: #463803; }
span { border-color: rgb(70,56,3); }
td.TdClassName
{
border-color: #463803;
}
.TagClassName
{
border-color: #463803;
}
</style>