Shades of Madras #453C11
Tints of Madras #453C11
RGB
CMYK
RGB Variations
Color information
#453C11 (or 0x453C11) is known color: Madras. HEX triplet: 45, 3C and 11. RGB value is (69,60,17). Sum of RGB (Red+Green+Blue) = 69+60+17=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #453C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C11 is #BAC3EE. Grayscale: #393939. Windows color (decimal): -12239855 or 1129541. OLE color: 1129541.
HSL color Cylindrical-coordinate representation of color #453C11: hue angle of 49.62º 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 #453C11 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 60 | 17 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.73 |
| HSL | 49.62º | 0.6% | 0.17% | - |
| HSV(B) | 49.62º | 0.75% | 0.27% | - |
| XYZ | 4.17 | 4.54 | 1.19 | - |
| YUV | 57.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 17 | 0 | 0.13 | 0.75 | 0.73 | 49.62 | 0.6 | 0.17 |
| Hex | 45 | 3C | 11 | 0 | D | 4B | 49 | 32 | 3C | 11 |
| Octal | 105 | 74 | 21 | 0 | 15 | 113 | 111 | 62 | 74 | 21 |
| Binary | 1000101 | 111100 | 10001 | 0 | 1101 | 1001011 | 1001001 | 110010 | 111100 | 10001 |
Color Harmonies of #453C11
Complementary color
Monochromatic Colors of #453C11
Black with #453C11
Text Example
Text Example
White with #453C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C11; }
p { color: rgb(69,60,17); }
H1.HeaderClassName
{
color: #453C11;
}
.AnyTagClassName
{
color: #453C11;
}
</style>
background-color css
<style>
a { background-color: #453C11; }
a { background-color: rgb(69,60,17); }
div.DivClassName
{
background-color: #453C11;
}
.BgClassName
{
background-color: #453C11;
}
</style>
border-color css
<style>
span { border-color: #453C11; }
span { border-color: rgb(69,60,17); }
td.TdClassName
{
border-color: #453C11;
}
.TagClassName
{
border-color: #453C11;
}
</style>