Shades of Madras #453E17
Tints of Madras #453E17
RGB
CMYK
RGB Variations
Color information
#453E17 (or 0x453E17) is known color: Madras. HEX triplet: 45, 3E and 17. RGB value is (69,62,23). Sum of RGB (Red+Green+Blue) = 69+62+23=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #453E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453E17 is #BAC1E8. Grayscale: #3B3B3B. Windows color (decimal): -12239337 or 1523269. OLE color: 1523269.
HSL color Cylindrical-coordinate representation of color #453E17: hue angle of 50.87º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #453E17 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 62 | 23 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.73 |
| HSL | 50.87º | 0.5% | 0.18% | - |
| HSV(B) | 50.87º | 0.67% | 0.27% | - |
| XYZ | 4.33 | 4.77 | 1.5 | - |
| YUV | 59.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 23 | 0 | 0.10 | 0.67 | 0.73 | 50.87 | 0.5 | 0.18 |
| Hex | 45 | 3E | 17 | 0 | A | 43 | 49 | 33 | 32 | 12 |
| Octal | 105 | 76 | 27 | 0 | 12 | 103 | 111 | 63 | 62 | 22 |
| Binary | 1000101 | 111110 | 10111 | 0 | 1010 | 1000011 | 1001001 | 110011 | 110010 | 10010 |
Color Harmonies of #453E17
Complementary color
Monochromatic Colors of #453E17
Black with #453E17
Text Example
Text Example
White with #453E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E17; }
p { color: rgb(69,62,23); }
H1.HeaderClassName
{
color: #453E17;
}
.AnyTagClassName
{
color: #453E17;
}
</style>
background-color css
<style>
a { background-color: #453E17; }
a { background-color: rgb(69,62,23); }
div.DivClassName
{
background-color: #453E17;
}
.BgClassName
{
background-color: #453E17;
}
</style>
border-color css
<style>
span { border-color: #453E17; }
span { border-color: rgb(69,62,23); }
td.TdClassName
{
border-color: #453E17;
}
.TagClassName
{
border-color: #453E17;
}
</style>