Shades of Madras #453E04
Tints of Madras #453E04
RGB
CMYK
RGB Variations
Color information
#453E04 (or 0x453E04) is known color: Madras. HEX triplet: 45, 3E and 04. RGB value is (69,62,4). Sum of RGB (Red+Green+Blue) = 69+62+4=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #453E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453E04 is #BAC1FB. Grayscale: #393939. Windows color (decimal): -12239356 or 278085. OLE color: 278085.
HSL color Cylindrical-coordinate representation of color #453E04: hue angle of 53.54º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #453E04 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 62 | 4 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.73 |
| HSL | 53.54º | 0.89% | 0.14% | - |
| HSV(B) | 53.54º | 0.94% | 0.27% | - |
| XYZ | 4.2 | 4.72 | 0.8 | - |
| YUV | 57.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 4 | 0 | 0.10 | 0.94 | 0.73 | 53.54 | 0.89 | 0.14 |
| Hex | 45 | 3E | 4 | 0 | A | 5E | 49 | 36 | 59 | E |
| Octal | 105 | 76 | 4 | 0 | 12 | 136 | 111 | 66 | 131 | 16 |
| Binary | 1000101 | 111110 | 100 | 0 | 1010 | 1011110 | 1001001 | 110110 | 1011001 | 1110 |
Color Harmonies of #453E04
Complementary color
Monochromatic Colors of #453E04
Black with #453E04
Text Example
Text Example
White with #453E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E04; }
p { color: rgb(69,62,4); }
H1.HeaderClassName
{
color: #453E04;
}
.AnyTagClassName
{
color: #453E04;
}
</style>
background-color css
<style>
a { background-color: #453E04; }
a { background-color: rgb(69,62,4); }
div.DivClassName
{
background-color: #453E04;
}
.BgClassName
{
background-color: #453E04;
}
</style>
border-color css
<style>
span { border-color: #453E04; }
span { border-color: rgb(69,62,4); }
td.TdClassName
{
border-color: #453E04;
}
.TagClassName
{
border-color: #453E04;
}
</style>