Shades of Madras #45400F
Tints of Madras #45400F
RGB
CMYK
RGB Variations
Color information
#45400F (or 0x45400F) is known color: Madras. HEX triplet: 45, 40 and 0F. RGB value is (69,64,15). Sum of RGB (Red+Green+Blue) = 69+64+15=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #45400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45400F is #BABFF0. Grayscale: #3C3C3C. Windows color (decimal): -12238833 or 999493. OLE color: 999493.
HSL color Cylindrical-coordinate representation of color #45400F: hue angle of 54.44º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45400F is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 64 | 15 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.73 |
| HSL | 54.44º | 0.64% | 0.16% | - |
| HSV(B) | 54.44º | 0.78% | 0.27% | - |
| XYZ | 4.37 | 4.97 | 1.18 | - |
| YUV | 59.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 15 | 0 | 0.07 | 0.78 | 0.73 | 54.44 | 0.64 | 0.16 |
| Hex | 45 | 40 | F | 0 | 7 | 4E | 49 | 36 | 40 | 10 |
| Octal | 105 | 100 | 17 | 0 | 7 | 116 | 111 | 66 | 100 | 20 |
| Binary | 1000101 | 1000000 | 1111 | 0 | 111 | 1001110 | 1001001 | 110110 | 1000000 | 10000 |
Color Harmonies of #45400F
Complementary color
Monochromatic Colors of #45400F
Black with #45400F
Text Example
Text Example
White with #45400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45400F; }
p { color: rgb(69,64,15); }
H1.HeaderClassName
{
color: #45400F;
}
.AnyTagClassName
{
color: #45400F;
}
</style>
background-color css
<style>
a { background-color: #45400F; }
a { background-color: rgb(69,64,15); }
div.DivClassName
{
background-color: #45400F;
}
.BgClassName
{
background-color: #45400F;
}
</style>
border-color css
<style>
span { border-color: #45400F; }
span { border-color: rgb(69,64,15); }
td.TdClassName
{
border-color: #45400F;
}
.TagClassName
{
border-color: #45400F;
}
</style>