Shades of Madras #454010
Tints of Madras #454010
RGB
CMYK
RGB Variations
Color information
#454010 (or 0x454010) is known color: Madras. HEX triplet: 45, 40 and 10. RGB value is (69,64,16). Sum of RGB (Red+Green+Blue) = 69+64+16=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #454010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454010 is #BABFEF. Grayscale: #3C3C3C. Windows color (decimal): -12238832 or 1065029. OLE color: 1065029.
HSL color Cylindrical-coordinate representation of color #454010: hue angle of 54.34º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #454010 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 64 | 16 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.73 |
| HSL | 54.34º | 0.62% | 0.17% | - |
| HSV(B) | 54.34º | 0.77% | 0.27% | - |
| XYZ | 4.38 | 4.97 | 1.22 | - |
| YUV | 60.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 16 | 0 | 0.07 | 0.77 | 0.73 | 54.34 | 0.62 | 0.17 |
| Hex | 45 | 40 | 10 | 0 | 7 | 4D | 49 | 36 | 3E | 11 |
| Octal | 105 | 100 | 20 | 0 | 7 | 115 | 111 | 66 | 76 | 21 |
| Binary | 1000101 | 1000000 | 10000 | 0 | 111 | 1001101 | 1001001 | 110110 | 111110 | 10001 |
Color Harmonies of #454010
Complementary color
Monochromatic Colors of #454010
Black with #454010
Text Example
Text Example
White with #454010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454010; }
p { color: rgb(69,64,16); }
H1.HeaderClassName
{
color: #454010;
}
.AnyTagClassName
{
color: #454010;
}
</style>
background-color css
<style>
a { background-color: #454010; }
a { background-color: rgb(69,64,16); }
div.DivClassName
{
background-color: #454010;
}
.BgClassName
{
background-color: #454010;
}
</style>
border-color css
<style>
span { border-color: #454010; }
span { border-color: rgb(69,64,16); }
td.TdClassName
{
border-color: #454010;
}
.TagClassName
{
border-color: #454010;
}
</style>