Shades of Madras #453E07
Tints of Madras #453E07
RGB
CMYK
RGB Variations
Color information
#453E07 (or 0x453E07) is known color: Madras. HEX triplet: 45, 3E and 07. RGB value is (69,62,7). Sum of RGB (Red+Green+Blue) = 69+62+7=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #453E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453E07 is #BAC1F8. Grayscale: #3A3A3A. Windows color (decimal): -12239353 or 474693. OLE color: 474693.
HSL color Cylindrical-coordinate representation of color #453E07: hue angle of 53.23º 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 #453E07 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 62 | 7 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.73 |
| HSL | 53.23º | 0.82% | 0.15% | - |
| HSV(B) | 53.23º | 0.9% | 0.27% | - |
| XYZ | 4.22 | 4.73 | 0.89 | - |
| YUV | 57.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 7 | 0 | 0.10 | 0.90 | 0.73 | 53.23 | 0.82 | 0.15 |
| Hex | 45 | 3E | 7 | 0 | A | 5A | 49 | 35 | 52 | F |
| Octal | 105 | 76 | 7 | 0 | 12 | 132 | 111 | 65 | 122 | 17 |
| Binary | 1000101 | 111110 | 111 | 0 | 1010 | 1011010 | 1001001 | 110101 | 1010010 | 1111 |
Color Harmonies of #453E07
Complementary color
Monochromatic Colors of #453E07
Black with #453E07
Text Example
Text Example
White with #453E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E07; }
p { color: rgb(69,62,7); }
H1.HeaderClassName
{
color: #453E07;
}
.AnyTagClassName
{
color: #453E07;
}
</style>
background-color css
<style>
a { background-color: #453E07; }
a { background-color: rgb(69,62,7); }
div.DivClassName
{
background-color: #453E07;
}
.BgClassName
{
background-color: #453E07;
}
</style>
border-color css
<style>
span { border-color: #453E07; }
span { border-color: rgb(69,62,7); }
td.TdClassName
{
border-color: #453E07;
}
.TagClassName
{
border-color: #453E07;
}
</style>