Shades of Madras #453D11
Tints of Madras #453D11
RGB
CMYK
RGB Variations
Color information
#453D11 (or 0x453D11) is known color: Madras. HEX triplet: 45, 3D and 11. RGB value is (69,61,17). Sum of RGB (Red+Green+Blue) = 69+61+17=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #453D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D11 is #BAC2EE. Grayscale: #3A3A3A. Windows color (decimal): -12239599 or 1129797. OLE color: 1129797.
HSL color Cylindrical-coordinate representation of color #453D11: hue angle of 50.77º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #453D11 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 61 | 17 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.73 |
| HSL | 50.77º | 0.6% | 0.17% | - |
| HSV(B) | 50.77º | 0.75% | 0.27% | - |
| XYZ | 4.22 | 4.64 | 1.2 | - |
| YUV | 58.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 17 | 0 | 0.12 | 0.75 | 0.73 | 50.77 | 0.6 | 0.17 |
| Hex | 45 | 3D | 11 | 0 | C | 4B | 49 | 33 | 3C | 11 |
| Octal | 105 | 75 | 21 | 0 | 14 | 113 | 111 | 63 | 74 | 21 |
| Binary | 1000101 | 111101 | 10001 | 0 | 1100 | 1001011 | 1001001 | 110011 | 111100 | 10001 |
Color Harmonies of #453D11
Complementary color
Monochromatic Colors of #453D11
Black with #453D11
Text Example
Text Example
White with #453D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D11; }
p { color: rgb(69,61,17); }
H1.HeaderClassName
{
color: #453D11;
}
.AnyTagClassName
{
color: #453D11;
}
</style>
background-color css
<style>
a { background-color: #453D11; }
a { background-color: rgb(69,61,17); }
div.DivClassName
{
background-color: #453D11;
}
.BgClassName
{
background-color: #453D11;
}
</style>
border-color css
<style>
span { border-color: #453D11; }
span { border-color: rgb(69,61,17); }
td.TdClassName
{
border-color: #453D11;
}
.TagClassName
{
border-color: #453D11;
}
</style>