Shades of Madras #453C03
Tints of Madras #453C03
RGB
CMYK
RGB Variations
Color information
#453C03 (or 0x453C03) is known color: Madras. HEX triplet: 45, 3C and 03. RGB value is (69,60,3). Sum of RGB (Red+Green+Blue) = 69+60+3=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #453C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C03 is #BAC3FC. Grayscale: #383838. Windows color (decimal): -12239869 or 212037. OLE color: 212037.
HSL color Cylindrical-coordinate representation of color #453C03: hue angle of 51.82º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #453C03 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 60 | 3 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.73 |
| HSL | 51.82º | 0.92% | 0.14% | - |
| HSV(B) | 51.82º | 0.96% | 0.27% | - |
| XYZ | 4.09 | 4.5 | 0.74 | - |
| YUV | 56.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 3 | 0 | 0.13 | 0.96 | 0.73 | 51.82 | 0.92 | 0.14 |
| Hex | 45 | 3C | 3 | 0 | D | 60 | 49 | 34 | 5C | E |
| Octal | 105 | 74 | 3 | 0 | 15 | 140 | 111 | 64 | 134 | 16 |
| Binary | 1000101 | 111100 | 11 | 0 | 1101 | 1100000 | 1001001 | 110100 | 1011100 | 1110 |
Color Harmonies of #453C03
Complementary color
Monochromatic Colors of #453C03
Black with #453C03
Text Example
Text Example
White with #453C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C03; }
p { color: rgb(69,60,3); }
H1.HeaderClassName
{
color: #453C03;
}
.AnyTagClassName
{
color: #453C03;
}
</style>
background-color css
<style>
a { background-color: #453C03; }
a { background-color: rgb(69,60,3); }
div.DivClassName
{
background-color: #453C03;
}
.BgClassName
{
background-color: #453C03;
}
</style>
border-color css
<style>
span { border-color: #453C03; }
span { border-color: rgb(69,60,3); }
td.TdClassName
{
border-color: #453C03;
}
.TagClassName
{
border-color: #453C03;
}
</style>