Shades of Madras #453F14
Tints of Madras #453F14
RGB
CMYK
RGB Variations
Color information
#453F14 (or 0x453F14) is known color: Madras. HEX triplet: 45, 3F and 14. RGB value is (69,63,20). Sum of RGB (Red+Green+Blue) = 69+63+20=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #453F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F14 is #BAC0EB. Grayscale: #3C3C3C. Windows color (decimal): -12239084 or 1326917. OLE color: 1326917.
HSL color Cylindrical-coordinate representation of color #453F14: hue angle of 52.65º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #453F14 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 63 | 20 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.73 |
| HSL | 52.65º | 0.55% | 0.17% | - |
| HSV(B) | 52.65º | 0.71% | 0.27% | - |
| XYZ | 4.36 | 4.87 | 1.37 | - |
| YUV | 59.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 20 | 0 | 0.09 | 0.71 | 0.73 | 52.65 | 0.55 | 0.17 |
| Hex | 45 | 3F | 14 | 0 | 9 | 47 | 49 | 35 | 37 | 11 |
| Octal | 105 | 77 | 24 | 0 | 11 | 107 | 111 | 65 | 67 | 21 |
| Binary | 1000101 | 111111 | 10100 | 0 | 1001 | 1000111 | 1001001 | 110101 | 110111 | 10001 |
Color Harmonies of #453F14
Complementary color
Monochromatic Colors of #453F14
Black with #453F14
Text Example
Text Example
White with #453F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F14; }
p { color: rgb(69,63,20); }
H1.HeaderClassName
{
color: #453F14;
}
.AnyTagClassName
{
color: #453F14;
}
</style>
background-color css
<style>
a { background-color: #453F14; }
a { background-color: rgb(69,63,20); }
div.DivClassName
{
background-color: #453F14;
}
.BgClassName
{
background-color: #453F14;
}
</style>
border-color css
<style>
span { border-color: #453F14; }
span { border-color: rgb(69,63,20); }
td.TdClassName
{
border-color: #453F14;
}
.TagClassName
{
border-color: #453F14;
}
</style>