Shades of Madras #453C12
Tints of Madras #453C12
RGB
CMYK
RGB Variations
Color information
#453C12 (or 0x453C12) is known color: Madras. HEX triplet: 45, 3C and 12. RGB value is (69,60,18). Sum of RGB (Red+Green+Blue) = 69+60+18=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #453C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C12 is #BAC3ED. Grayscale: #3A3A3A. Windows color (decimal): -12239854 or 1195077. OLE color: 1195077.
HSL color Cylindrical-coordinate representation of color #453C12: hue angle of 49.41º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #453C12 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 60 | 18 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.73 |
| HSL | 49.41º | 0.59% | 0.17% | - |
| HSV(B) | 49.41º | 0.74% | 0.27% | - |
| XYZ | 4.18 | 4.54 | 1.23 | - |
| YUV | 57.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 18 | 0 | 0.13 | 0.74 | 0.73 | 49.41 | 0.59 | 0.17 |
| Hex | 45 | 3C | 12 | 0 | D | 4A | 49 | 31 | 3B | 11 |
| Octal | 105 | 74 | 22 | 0 | 15 | 112 | 111 | 61 | 73 | 21 |
| Binary | 1000101 | 111100 | 10010 | 0 | 1101 | 1001010 | 1001001 | 110001 | 111011 | 10001 |
Color Harmonies of #453C12
Complementary color
Monochromatic Colors of #453C12
Black with #453C12
Text Example
Text Example
White with #453C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C12; }
p { color: rgb(69,60,18); }
H1.HeaderClassName
{
color: #453C12;
}
.AnyTagClassName
{
color: #453C12;
}
</style>
background-color css
<style>
a { background-color: #453C12; }
a { background-color: rgb(69,60,18); }
div.DivClassName
{
background-color: #453C12;
}
.BgClassName
{
background-color: #453C12;
}
</style>
border-color css
<style>
span { border-color: #453C12; }
span { border-color: rgb(69,60,18); }
td.TdClassName
{
border-color: #453C12;
}
.TagClassName
{
border-color: #453C12;
}
</style>