Shades of Madras #453E03
Tints of Madras #453E03
RGB
CMYK
RGB Variations
Color information
#453E03 (or 0x453E03) is known color: Madras. HEX triplet: 45, 3E and 03. RGB value is (69,62,3). Sum of RGB (Red+Green+Blue) = 69+62+3=134 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.49% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 69 - color contains mainly: red. Hex color #453E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453E03 is #BAC1FC. Grayscale: #393939. Windows color (decimal): -12239357 or 212549. OLE color: 212549.
HSL color Cylindrical-coordinate representation of color #453E03: hue angle of 53.64º 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 #453E03 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 62 | 3 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.73 |
| HSL | 53.64º | 0.92% | 0.14% | - |
| HSV(B) | 53.64º | 0.96% | 0.27% | - |
| XYZ | 4.19 | 4.72 | 0.78 | - |
| YUV | 57.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 3 | 0 | 0.10 | 0.96 | 0.73 | 53.64 | 0.92 | 0.14 |
| Hex | 45 | 3E | 3 | 0 | A | 60 | 49 | 36 | 5C | E |
| Octal | 105 | 76 | 3 | 0 | 12 | 140 | 111 | 66 | 134 | 16 |
| Binary | 1000101 | 111110 | 11 | 0 | 1010 | 1100000 | 1001001 | 110110 | 1011100 | 1110 |
Color Harmonies of #453E03
Complementary color
Monochromatic Colors of #453E03
Black with #453E03
Text Example
Text Example
White with #453E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E03; }
p { color: rgb(69,62,3); }
H1.HeaderClassName
{
color: #453E03;
}
.AnyTagClassName
{
color: #453E03;
}
</style>
background-color css
<style>
a { background-color: #453E03; }
a { background-color: rgb(69,62,3); }
div.DivClassName
{
background-color: #453E03;
}
.BgClassName
{
background-color: #453E03;
}
</style>
border-color css
<style>
span { border-color: #453E03; }
span { border-color: rgb(69,62,3); }
td.TdClassName
{
border-color: #453E03;
}
.TagClassName
{
border-color: #453E03;
}
</style>