Shades of Madras #453E13
Tints of Madras #453E13
RGB
CMYK
RGB Variations
Color information
#453E13 (or 0x453E13) is known color: Madras. HEX triplet: 45, 3E and 13. RGB value is (69,62,19). Sum of RGB (Red+Green+Blue) = 69+62+19=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #453E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453E13 is #BAC1EC. Grayscale: #3B3B3B. Windows color (decimal): -12239341 or 1261125. OLE color: 1261125.
HSL color Cylindrical-coordinate representation of color #453E13: hue angle of 51.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #453E13 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 62 | 19 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.73 |
| HSL | 51.6º | 0.57% | 0.17% | - |
| HSV(B) | 51.6º | 0.72% | 0.27% | - |
| XYZ | 4.29 | 4.76 | 1.31 | - |
| YUV | 59.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 19 | 0 | 0.10 | 0.72 | 0.73 | 51.6 | 0.57 | 0.17 |
| Hex | 45 | 3E | 13 | 0 | A | 48 | 49 | 34 | 39 | 11 |
| Octal | 105 | 76 | 23 | 0 | 12 | 110 | 111 | 64 | 71 | 21 |
| Binary | 1000101 | 111110 | 10011 | 0 | 1010 | 1001000 | 1001001 | 110100 | 111001 | 10001 |
Color Harmonies of #453E13
Complementary color
Monochromatic Colors of #453E13
Black with #453E13
Text Example
Text Example
White with #453E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E13; }
p { color: rgb(69,62,19); }
H1.HeaderClassName
{
color: #453E13;
}
.AnyTagClassName
{
color: #453E13;
}
</style>
background-color css
<style>
a { background-color: #453E13; }
a { background-color: rgb(69,62,19); }
div.DivClassName
{
background-color: #453E13;
}
.BgClassName
{
background-color: #453E13;
}
</style>
border-color css
<style>
span { border-color: #453E13; }
span { border-color: rgb(69,62,19); }
td.TdClassName
{
border-color: #453E13;
}
.TagClassName
{
border-color: #453E13;
}
</style>