Shades of Madras #453C07
Tints of Madras #453C07
RGB
CMYK
RGB Variations
Color information
#453C07 (or 0x453C07) is known color: Madras. HEX triplet: 45, 3C and 07. RGB value is (69,60,7). Sum of RGB (Red+Green+Blue) = 69+60+7=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #453C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C07 is #BAC3F8. Grayscale: #383838. Windows color (decimal): -12239865 or 474181. OLE color: 474181.
HSL color Cylindrical-coordinate representation of color #453C07: hue angle of 51.29º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #453C07 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 60 | 7 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.73 |
| HSL | 51.29º | 0.82% | 0.15% | - |
| HSV(B) | 51.29º | 0.9% | 0.27% | - |
| XYZ | 4.11 | 4.51 | 0.86 | - |
| YUV | 56.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 7 | 0 | 0.13 | 0.90 | 0.73 | 51.29 | 0.82 | 0.15 |
| Hex | 45 | 3C | 7 | 0 | D | 5A | 49 | 33 | 52 | F |
| Octal | 105 | 74 | 7 | 0 | 15 | 132 | 111 | 63 | 122 | 17 |
| Binary | 1000101 | 111100 | 111 | 0 | 1101 | 1011010 | 1001001 | 110011 | 1010010 | 1111 |
Color Harmonies of #453C07
Complementary color
Monochromatic Colors of #453C07
Black with #453C07
Text Example
Text Example
White with #453C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C07; }
p { color: rgb(69,60,7); }
H1.HeaderClassName
{
color: #453C07;
}
.AnyTagClassName
{
color: #453C07;
}
</style>
background-color css
<style>
a { background-color: #453C07; }
a { background-color: rgb(69,60,7); }
div.DivClassName
{
background-color: #453C07;
}
.BgClassName
{
background-color: #453C07;
}
</style>
border-color css
<style>
span { border-color: #453C07; }
span { border-color: rgb(69,60,7); }
td.TdClassName
{
border-color: #453C07;
}
.TagClassName
{
border-color: #453C07;
}
</style>