Shades of Madras #453F15
Tints of Madras #453F15
RGB
CMYK
RGB Variations
Color information
#453F15 (or 0x453F15) is known color: Madras. HEX triplet: 45, 3F and 15. RGB value is (69,63,21). Sum of RGB (Red+Green+Blue) = 69+63+21=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #453F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F15 is #BAC0EA. Grayscale: #3C3C3C. Windows color (decimal): -12239083 or 1392453. OLE color: 1392453.
HSL color Cylindrical-coordinate representation of color #453F15: hue angle of 52.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #453F15 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 63 | 21 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.73 |
| HSL | 52.5º | 0.53% | 0.18% | - |
| HSV(B) | 52.5º | 0.7% | 0.27% | - |
| XYZ | 4.37 | 4.87 | 1.42 | - |
| YUV | 60.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 21 | 0 | 0.09 | 0.70 | 0.73 | 52.5 | 0.53 | 0.18 |
| Hex | 45 | 3F | 15 | 0 | 9 | 46 | 49 | 34 | 35 | 12 |
| Octal | 105 | 77 | 25 | 0 | 11 | 106 | 111 | 64 | 65 | 22 |
| Binary | 1000101 | 111111 | 10101 | 0 | 1001 | 1000110 | 1001001 | 110100 | 110101 | 10010 |
Color Harmonies of #453F15
Complementary color
Monochromatic Colors of #453F15
Black with #453F15
Text Example
Text Example
White with #453F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F15; }
p { color: rgb(69,63,21); }
H1.HeaderClassName
{
color: #453F15;
}
.AnyTagClassName
{
color: #453F15;
}
</style>
background-color css
<style>
a { background-color: #453F15; }
a { background-color: rgb(69,63,21); }
div.DivClassName
{
background-color: #453F15;
}
.BgClassName
{
background-color: #453F15;
}
</style>
border-color css
<style>
span { border-color: #453F15; }
span { border-color: rgb(69,63,21); }
td.TdClassName
{
border-color: #453F15;
}
.TagClassName
{
border-color: #453F15;
}
</style>