Shades of Madras #45380B
Tints of Madras #45380B
RGB
CMYK
RGB Variations
Color information
#45380B (or 0x45380B) is known color: Madras. HEX triplet: 45, 38 and 0B. RGB value is (69,56,11). Sum of RGB (Red+Green+Blue) = 69+56+11=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #45380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45380B is #BAC7F4. Grayscale: #363636. Windows color (decimal): -12240885 or 735301. OLE color: 735301.
HSL color Cylindrical-coordinate representation of color #45380B: hue angle of 46.55º 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 #45380B is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 56 | 11 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.73 |
| HSL | 46.55º | 0.73% | 0.16% | - |
| HSV(B) | 46.55º | 0.84% | 0.27% | - |
| XYZ | 3.93 | 4.12 | 0.9 | - |
| YUV | 54.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 11 | 0 | 0.19 | 0.84 | 0.73 | 46.55 | 0.73 | 0.16 |
| Hex | 45 | 38 | B | 0 | 13 | 54 | 49 | 2F | 48 | 10 |
| Octal | 105 | 70 | 13 | 0 | 23 | 124 | 111 | 57 | 110 | 20 |
| Binary | 1000101 | 111000 | 1011 | 0 | 10011 | 1010100 | 1001001 | 101111 | 1001000 | 10000 |
Color Harmonies of #45380B
Complementary color
Monochromatic Colors of #45380B
Black with #45380B
Text Example
Text Example
White with #45380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45380B; }
p { color: rgb(69,56,11); }
H1.HeaderClassName
{
color: #45380B;
}
.AnyTagClassName
{
color: #45380B;
}
</style>
background-color css
<style>
a { background-color: #45380B; }
a { background-color: rgb(69,56,11); }
div.DivClassName
{
background-color: #45380B;
}
.BgClassName
{
background-color: #45380B;
}
</style>
border-color css
<style>
span { border-color: #45380B; }
span { border-color: rgb(69,56,11); }
td.TdClassName
{
border-color: #45380B;
}
.TagClassName
{
border-color: #45380B;
}
</style>