Shades of Madras #45391B
Tints of Madras #45391B
RGB
CMYK
RGB Variations
Color information
#45391B (or 0x45391B) is known color: Madras. HEX triplet: 45, 39 and 1B. RGB value is (69,57,27). Sum of RGB (Red+Green+Blue) = 69+57+27=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #45391B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45391B is #BAC6E4. Grayscale: #393939. Windows color (decimal): -12240613 or 1784133. OLE color: 1784133.
HSL color Cylindrical-coordinate representation of color #45391B: hue angle of 42.86º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45391B is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 57 | 27 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.73 |
| HSL | 42.86º | 0.44% | 0.19% | - |
| HSV(B) | 42.86º | 0.61% | 0.27% | - |
| XYZ | 4.12 | 4.27 | 1.64 | - |
| YUV | 57.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 57 | 27 | 0 | 0.17 | 0.61 | 0.73 | 42.86 | 0.44 | 0.19 |
| Hex | 45 | 39 | 1B | 0 | 11 | 3D | 49 | 2B | 2C | 13 |
| Octal | 105 | 71 | 33 | 0 | 21 | 75 | 111 | 53 | 54 | 23 |
| Binary | 1000101 | 111001 | 11011 | 0 | 10001 | 111101 | 1001001 | 101011 | 101100 | 10011 |
Color Harmonies of #45391B
Complementary color
Monochromatic Colors of #45391B
Black with #45391B
Text Example
Text Example
White with #45391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45391B; }
p { color: rgb(69,57,27); }
H1.HeaderClassName
{
color: #45391B;
}
.AnyTagClassName
{
color: #45391B;
}
</style>
background-color css
<style>
a { background-color: #45391B; }
a { background-color: rgb(69,57,27); }
div.DivClassName
{
background-color: #45391B;
}
.BgClassName
{
background-color: #45391B;
}
</style>
border-color css
<style>
span { border-color: #45391B; }
span { border-color: rgb(69,57,27); }
td.TdClassName
{
border-color: #45391B;
}
.TagClassName
{
border-color: #45391B;
}
</style>