Shades of Madras #453D17
Tints of Madras #453D17
RGB
CMYK
RGB Variations
Color information
#453D17 (or 0x453D17) is known color: Madras. HEX triplet: 45, 3D and 17. RGB value is (69,61,23). Sum of RGB (Red+Green+Blue) = 69+61+23=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #453D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D17 is #BAC2E8. Grayscale: #3B3B3B. Windows color (decimal): -12239593 or 1523013. OLE color: 1523013.
HSL color Cylindrical-coordinate representation of color #453D17: hue angle of 49.57º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #453D17 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 61 | 23 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.73 |
| HSL | 49.57º | 0.5% | 0.18% | - |
| HSV(B) | 49.57º | 0.67% | 0.27% | - |
| XYZ | 4.28 | 4.66 | 1.49 | - |
| YUV | 59.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 23 | 0 | 0.12 | 0.67 | 0.73 | 49.57 | 0.5 | 0.18 |
| Hex | 45 | 3D | 17 | 0 | C | 43 | 49 | 32 | 32 | 12 |
| Octal | 105 | 75 | 27 | 0 | 14 | 103 | 111 | 62 | 62 | 22 |
| Binary | 1000101 | 111101 | 10111 | 0 | 1100 | 1000011 | 1001001 | 110010 | 110010 | 10010 |
Color Harmonies of #453D17
Complementary color
Monochromatic Colors of #453D17
Black with #453D17
Text Example
Text Example
White with #453D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D17; }
p { color: rgb(69,61,23); }
H1.HeaderClassName
{
color: #453D17;
}
.AnyTagClassName
{
color: #453D17;
}
</style>
background-color css
<style>
a { background-color: #453D17; }
a { background-color: rgb(69,61,23); }
div.DivClassName
{
background-color: #453D17;
}
.BgClassName
{
background-color: #453D17;
}
</style>
border-color css
<style>
span { border-color: #453D17; }
span { border-color: rgb(69,61,23); }
td.TdClassName
{
border-color: #453D17;
}
.TagClassName
{
border-color: #453D17;
}
</style>