Shades of Madras #454012
Tints of Madras #454012
RGB
CMYK
RGB Variations
Color information
#454012 (or 0x454012) is known color: Madras. HEX triplet: 45, 40 and 12. RGB value is (69,64,18). Sum of RGB (Red+Green+Blue) = 69+64+18=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #454012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454012 is #BABFED. Grayscale: #3C3C3C. Windows color (decimal): -12238830 or 1196101. OLE color: 1196101.
HSL color Cylindrical-coordinate representation of color #454012: hue angle of 54.12º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #454012 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 64 | 18 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.73 |
| HSL | 54.12º | 0.59% | 0.17% | - |
| HSV(B) | 54.12º | 0.74% | 0.27% | - |
| XYZ | 4.4 | 4.98 | 1.3 | - |
| YUV | 60.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 18 | 0 | 0.07 | 0.74 | 0.73 | 54.12 | 0.59 | 0.17 |
| Hex | 45 | 40 | 12 | 0 | 7 | 4A | 49 | 36 | 3B | 11 |
| Octal | 105 | 100 | 22 | 0 | 7 | 112 | 111 | 66 | 73 | 21 |
| Binary | 1000101 | 1000000 | 10010 | 0 | 111 | 1001010 | 1001001 | 110110 | 111011 | 10001 |
Color Harmonies of #454012
Complementary color
Monochromatic Colors of #454012
Black with #454012
Text Example
Text Example
White with #454012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454012; }
p { color: rgb(69,64,18); }
H1.HeaderClassName
{
color: #454012;
}
.AnyTagClassName
{
color: #454012;
}
</style>
background-color css
<style>
a { background-color: #454012; }
a { background-color: rgb(69,64,18); }
div.DivClassName
{
background-color: #454012;
}
.BgClassName
{
background-color: #454012;
}
</style>
border-color css
<style>
span { border-color: #454012; }
span { border-color: rgb(69,64,18); }
td.TdClassName
{
border-color: #454012;
}
.TagClassName
{
border-color: #454012;
}
</style>