Shades of Madras #454017
Tints of Madras #454017
RGB
CMYK
RGB Variations
Color information
#454017 (or 0x454017) is known color: Madras. HEX triplet: 45, 40 and 17. RGB value is (69,64,23). Sum of RGB (Red+Green+Blue) = 69+64+23=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #454017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454017 is #BABFE8. Grayscale: #3C3C3C. Windows color (decimal): -12238825 or 1523781. OLE color: 1523781.
HSL color Cylindrical-coordinate representation of color #454017: hue angle of 53.48º 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 #454017 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 64 | 23 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.73 |
| HSL | 53.48º | 0.5% | 0.18% | - |
| HSV(B) | 53.48º | 0.67% | 0.27% | - |
| XYZ | 4.44 | 4.99 | 1.54 | - |
| YUV | 60.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 23 | 0 | 0.07 | 0.67 | 0.73 | 53.48 | 0.5 | 0.18 |
| Hex | 45 | 40 | 17 | 0 | 7 | 43 | 49 | 35 | 32 | 12 |
| Octal | 105 | 100 | 27 | 0 | 7 | 103 | 111 | 65 | 62 | 22 |
| Binary | 1000101 | 1000000 | 10111 | 0 | 111 | 1000011 | 1001001 | 110101 | 110010 | 10010 |
Color Harmonies of #454017
Complementary color
Monochromatic Colors of #454017
Black with #454017
Text Example
Text Example
White with #454017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454017; }
p { color: rgb(69,64,23); }
H1.HeaderClassName
{
color: #454017;
}
.AnyTagClassName
{
color: #454017;
}
</style>
background-color css
<style>
a { background-color: #454017; }
a { background-color: rgb(69,64,23); }
div.DivClassName
{
background-color: #454017;
}
.BgClassName
{
background-color: #454017;
}
</style>
border-color css
<style>
span { border-color: #454017; }
span { border-color: rgb(69,64,23); }
td.TdClassName
{
border-color: #454017;
}
.TagClassName
{
border-color: #454017;
}
</style>