Shades of Madras #45400D
Tints of Madras #45400D
RGB
CMYK
RGB Variations
Color information
#45400D (or 0x45400D) is known color: Madras. HEX triplet: 45, 40 and 0D. RGB value is (69,64,13). Sum of RGB (Red+Green+Blue) = 69+64+13=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #45400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45400D is #BABFF2. Grayscale: #3B3B3B. Windows color (decimal): -12238835 or 868421. OLE color: 868421.
HSL color Cylindrical-coordinate representation of color #45400D: hue angle of 54.64º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45400D is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 64 | 13 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.73 |
| HSL | 54.64º | 0.68% | 0.16% | - |
| HSV(B) | 54.64º | 0.81% | 0.27% | - |
| XYZ | 4.36 | 4.96 | 1.11 | - |
| YUV | 59.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 13 | 0 | 0.07 | 0.81 | 0.73 | 54.64 | 0.68 | 0.16 |
| Hex | 45 | 40 | D | 0 | 7 | 51 | 49 | 37 | 44 | 10 |
| Octal | 105 | 100 | 15 | 0 | 7 | 121 | 111 | 67 | 104 | 20 |
| Binary | 1000101 | 1000000 | 1101 | 0 | 111 | 1010001 | 1001001 | 110111 | 1000100 | 10000 |
Color Harmonies of #45400D
Complementary color
Monochromatic Colors of #45400D
Black with #45400D
Text Example
Text Example
White with #45400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45400D; }
p { color: rgb(69,64,13); }
H1.HeaderClassName
{
color: #45400D;
}
.AnyTagClassName
{
color: #45400D;
}
</style>
background-color css
<style>
a { background-color: #45400D; }
a { background-color: rgb(69,64,13); }
div.DivClassName
{
background-color: #45400D;
}
.BgClassName
{
background-color: #45400D;
}
</style>
border-color css
<style>
span { border-color: #45400D; }
span { border-color: rgb(69,64,13); }
td.TdClassName
{
border-color: #45400D;
}
.TagClassName
{
border-color: #45400D;
}
</style>