Shades of Madras #45391C
Tints of Madras #45391C
RGB
CMYK
RGB Variations
Color information
#45391C (or 0x45391C) is known color: Madras. HEX triplet: 45, 39 and 1C. RGB value is (69,57,28). Sum of RGB (Red+Green+Blue) = 69+57+28=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #45391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45391C is #BAC6E3. Grayscale: #393939. Windows color (decimal): -12240612 or 1849669. OLE color: 1849669.
HSL color Cylindrical-coordinate representation of color #45391C: hue angle of 42.44º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45391C is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 57 | 28 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.73 |
| HSL | 42.44º | 0.42% | 0.19% | - |
| HSV(B) | 42.44º | 0.59% | 0.27% | - |
| XYZ | 4.13 | 4.28 | 1.71 | - |
| YUV | 57.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 57 | 28 | 0 | 0.17 | 0.59 | 0.73 | 42.44 | 0.42 | 0.19 |
| Hex | 45 | 39 | 1C | 0 | 11 | 3B | 49 | 2A | 2A | 13 |
| Octal | 105 | 71 | 34 | 0 | 21 | 73 | 111 | 52 | 52 | 23 |
| Binary | 1000101 | 111001 | 11100 | 0 | 10001 | 111011 | 1001001 | 101010 | 101010 | 10011 |
Color Harmonies of #45391C
Complementary color
Monochromatic Colors of #45391C
Black with #45391C
Text Example
Text Example
White with #45391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45391C; }
p { color: rgb(69,57,28); }
H1.HeaderClassName
{
color: #45391C;
}
.AnyTagClassName
{
color: #45391C;
}
</style>
background-color css
<style>
a { background-color: #45391C; }
a { background-color: rgb(69,57,28); }
div.DivClassName
{
background-color: #45391C;
}
.BgClassName
{
background-color: #45391C;
}
</style>
border-color css
<style>
span { border-color: #45391C; }
span { border-color: rgb(69,57,28); }
td.TdClassName
{
border-color: #45391C;
}
.TagClassName
{
border-color: #45391C;
}
</style>