Shades of Madras #453B11
Tints of Madras #453B11
RGB
CMYK
RGB Variations
Color information
#453B11 (or 0x453B11) is known color: Madras. HEX triplet: 45, 3B and 11. RGB value is (69,59,17). Sum of RGB (Red+Green+Blue) = 69+59+17=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #453B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453B11 is #BAC4EE. Grayscale: #393939. Windows color (decimal): -12240111 or 1129285. OLE color: 1129285.
HSL color Cylindrical-coordinate representation of color #453B11: hue angle of 48.46º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #453B11 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 59 | 17 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.73 |
| HSL | 48.46º | 0.6% | 0.17% | - |
| HSV(B) | 48.46º | 0.75% | 0.27% | - |
| XYZ | 4.12 | 4.43 | 1.17 | - |
| YUV | 57.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 17 | 0 | 0.14 | 0.75 | 0.73 | 48.46 | 0.6 | 0.17 |
| Hex | 45 | 3B | 11 | 0 | E | 4B | 49 | 30 | 3C | 11 |
| Octal | 105 | 73 | 21 | 0 | 16 | 113 | 111 | 60 | 74 | 21 |
| Binary | 1000101 | 111011 | 10001 | 0 | 1110 | 1001011 | 1001001 | 110000 | 111100 | 10001 |
Color Harmonies of #453B11
Complementary color
Monochromatic Colors of #453B11
Black with #453B11
Text Example
Text Example
White with #453B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B11; }
p { color: rgb(69,59,17); }
H1.HeaderClassName
{
color: #453B11;
}
.AnyTagClassName
{
color: #453B11;
}
</style>
background-color css
<style>
a { background-color: #453B11; }
a { background-color: rgb(69,59,17); }
div.DivClassName
{
background-color: #453B11;
}
.BgClassName
{
background-color: #453B11;
}
</style>
border-color css
<style>
span { border-color: #453B11; }
span { border-color: rgb(69,59,17); }
td.TdClassName
{
border-color: #453B11;
}
.TagClassName
{
border-color: #453B11;
}
</style>