Shades of Madras #453A0B
Tints of Madras #453A0B
RGB
CMYK
RGB Variations
Color information
#453A0B (or 0x453A0B) is known color: Madras. HEX triplet: 45, 3A and 0B. RGB value is (69,58,11). Sum of RGB (Red+Green+Blue) = 69+58+11=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #453A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A0B is #BAC5F4. Grayscale: #383838. Windows color (decimal): -12240373 or 735813. OLE color: 735813.
HSL color Cylindrical-coordinate representation of color #453A0B: hue angle of 48.62º 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 #453A0B is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 58 | 11 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.73 |
| HSL | 48.62º | 0.73% | 0.16% | - |
| HSV(B) | 48.62º | 0.84% | 0.27% | - |
| XYZ | 4.03 | 4.32 | 0.94 | - |
| YUV | 55.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 11 | 0 | 0.16 | 0.84 | 0.73 | 48.62 | 0.73 | 0.16 |
| Hex | 45 | 3A | B | 0 | 10 | 54 | 49 | 31 | 48 | 10 |
| Octal | 105 | 72 | 13 | 0 | 20 | 124 | 111 | 61 | 110 | 20 |
| Binary | 1000101 | 111010 | 1011 | 0 | 10000 | 1010100 | 1001001 | 110001 | 1001000 | 10000 |
Color Harmonies of #453A0B
Complementary color
Monochromatic Colors of #453A0B
Black with #453A0B
Text Example
Text Example
White with #453A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A0B; }
p { color: rgb(69,58,11); }
H1.HeaderClassName
{
color: #453A0B;
}
.AnyTagClassName
{
color: #453A0B;
}
</style>
background-color css
<style>
a { background-color: #453A0B; }
a { background-color: rgb(69,58,11); }
div.DivClassName
{
background-color: #453A0B;
}
.BgClassName
{
background-color: #453A0B;
}
</style>
border-color css
<style>
span { border-color: #453A0B; }
span { border-color: rgb(69,58,11); }
td.TdClassName
{
border-color: #453A0B;
}
.TagClassName
{
border-color: #453A0B;
}
</style>