Shades of Madras #45400B
Tints of Madras #45400B
RGB
CMYK
RGB Variations
Color information
#45400B (or 0x45400B) is known color: Madras. HEX triplet: 45, 40 and 0B. RGB value is (69,64,11). Sum of RGB (Red+Green+Blue) = 69+64+11=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #45400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45400B is #BABFF4. Grayscale: #3B3B3B. Windows color (decimal): -12238837 or 737349. OLE color: 737349.
HSL color Cylindrical-coordinate representation of color #45400B: hue angle of 54.83º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45400B is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 64 | 11 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.73 |
| HSL | 54.83º | 0.73% | 0.16% | - |
| HSV(B) | 54.83º | 0.84% | 0.27% | - |
| XYZ | 4.35 | 4.96 | 1.04 | - |
| YUV | 59.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 11 | 0 | 0.07 | 0.84 | 0.73 | 54.83 | 0.73 | 0.16 |
| Hex | 45 | 40 | B | 0 | 7 | 54 | 49 | 37 | 48 | 10 |
| Octal | 105 | 100 | 13 | 0 | 7 | 124 | 111 | 67 | 110 | 20 |
| Binary | 1000101 | 1000000 | 1011 | 0 | 111 | 1010100 | 1001001 | 110111 | 1001000 | 10000 |
Color Harmonies of #45400B
Complementary color
Monochromatic Colors of #45400B
Black with #45400B
Text Example
Text Example
White with #45400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45400B; }
p { color: rgb(69,64,11); }
H1.HeaderClassName
{
color: #45400B;
}
.AnyTagClassName
{
color: #45400B;
}
</style>
background-color css
<style>
a { background-color: #45400B; }
a { background-color: rgb(69,64,11); }
div.DivClassName
{
background-color: #45400B;
}
.BgClassName
{
background-color: #45400B;
}
</style>
border-color css
<style>
span { border-color: #45400B; }
span { border-color: rgb(69,64,11); }
td.TdClassName
{
border-color: #45400B;
}
.TagClassName
{
border-color: #45400B;
}
</style>