Shades of Madras #453F0E
Tints of Madras #453F0E
RGB
CMYK
RGB Variations
Color information
#453F0E (or 0x453F0E) is known color: Madras. HEX triplet: 45, 3F and 0E. RGB value is (69,63,14). Sum of RGB (Red+Green+Blue) = 69+63+14=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #453F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F0E is #BAC0F1. Grayscale: #3B3B3B. Windows color (decimal): -12239090 or 933701. OLE color: 933701.
HSL color Cylindrical-coordinate representation of color #453F0E: hue angle of 53.45º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #453F0E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 63 | 14 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.73 |
| HSL | 53.45º | 0.66% | 0.16% | - |
| HSV(B) | 53.45º | 0.8% | 0.27% | - |
| XYZ | 4.31 | 4.85 | 1.12 | - |
| YUV | 59.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 14 | 0 | 0.09 | 0.80 | 0.73 | 53.45 | 0.66 | 0.16 |
| Hex | 45 | 3F | E | 0 | 9 | 50 | 49 | 35 | 42 | 10 |
| Octal | 105 | 77 | 16 | 0 | 11 | 120 | 111 | 65 | 102 | 20 |
| Binary | 1000101 | 111111 | 1110 | 0 | 1001 | 1010000 | 1001001 | 110101 | 1000010 | 10000 |
Color Harmonies of #453F0E
Complementary color
Monochromatic Colors of #453F0E
Black with #453F0E
Text Example
Text Example
White with #453F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F0E; }
p { color: rgb(69,63,14); }
H1.HeaderClassName
{
color: #453F0E;
}
.AnyTagClassName
{
color: #453F0E;
}
</style>
background-color css
<style>
a { background-color: #453F0E; }
a { background-color: rgb(69,63,14); }
div.DivClassName
{
background-color: #453F0E;
}
.BgClassName
{
background-color: #453F0E;
}
</style>
border-color css
<style>
span { border-color: #453F0E; }
span { border-color: rgb(69,63,14); }
td.TdClassName
{
border-color: #453F0E;
}
.TagClassName
{
border-color: #453F0E;
}
</style>