Shades of Madras #453B0F
Tints of Madras #453B0F
RGB
CMYK
RGB Variations
Color information
#453B0F (or 0x453B0F) is known color: Madras. HEX triplet: 45, 3B and 0F. RGB value is (69,59,15). Sum of RGB (Red+Green+Blue) = 69+59+15=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #453B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453B0F is #BAC4F0. Grayscale: #393939. Windows color (decimal): -12240113 or 998213. OLE color: 998213.
HSL color Cylindrical-coordinate representation of color #453B0F: hue angle of 48.89º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #453B0F is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 59 | 15 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.73 |
| HSL | 48.89º | 0.64% | 0.16% | - |
| HSV(B) | 48.89º | 0.78% | 0.27% | - |
| XYZ | 4.1 | 4.43 | 1.09 | - |
| YUV | 56.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 15 | 0 | 0.14 | 0.78 | 0.73 | 48.89 | 0.64 | 0.16 |
| Hex | 45 | 3B | F | 0 | E | 4E | 49 | 31 | 40 | 10 |
| Octal | 105 | 73 | 17 | 0 | 16 | 116 | 111 | 61 | 100 | 20 |
| Binary | 1000101 | 111011 | 1111 | 0 | 1110 | 1001110 | 1001001 | 110001 | 1000000 | 10000 |
Color Harmonies of #453B0F
Complementary color
Monochromatic Colors of #453B0F
Black with #453B0F
Text Example
Text Example
White with #453B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B0F; }
p { color: rgb(69,59,15); }
H1.HeaderClassName
{
color: #453B0F;
}
.AnyTagClassName
{
color: #453B0F;
}
</style>
background-color css
<style>
a { background-color: #453B0F; }
a { background-color: rgb(69,59,15); }
div.DivClassName
{
background-color: #453B0F;
}
.BgClassName
{
background-color: #453B0F;
}
</style>
border-color css
<style>
span { border-color: #453B0F; }
span { border-color: rgb(69,59,15); }
td.TdClassName
{
border-color: #453B0F;
}
.TagClassName
{
border-color: #453B0F;
}
</style>