Shades of Madras #453A0E
Tints of Madras #453A0E
RGB
CMYK
RGB Variations
Color information
#453A0E (or 0x453A0E) is known color: Madras. HEX triplet: 45, 3A and 0E. RGB value is (69,58,14). Sum of RGB (Red+Green+Blue) = 69+58+14=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #453A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A0E is #BAC5F1. Grayscale: #383838. Windows color (decimal): -12240370 or 932421. OLE color: 932421.
HSL color Cylindrical-coordinate representation of color #453A0E: hue angle of 48º 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 #453A0E is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 58 | 14 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.73 |
| HSL | 48º | 0.66% | 0.16% | - |
| HSV(B) | 48º | 0.8% | 0.27% | - |
| XYZ | 4.05 | 4.32 | 1.04 | - |
| YUV | 56.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 14 | 0 | 0.16 | 0.80 | 0.73 | 48 | 0.66 | 0.16 |
| Hex | 45 | 3A | E | 0 | 10 | 50 | 49 | 30 | 42 | 10 |
| Octal | 105 | 72 | 16 | 0 | 20 | 120 | 111 | 60 | 102 | 20 |
| Binary | 1000101 | 111010 | 1110 | 0 | 10000 | 1010000 | 1001001 | 110000 | 1000010 | 10000 |
Color Harmonies of #453A0E
Complementary color
Monochromatic Colors of #453A0E
Black with #453A0E
Text Example
Text Example
White with #453A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A0E; }
p { color: rgb(69,58,14); }
H1.HeaderClassName
{
color: #453A0E;
}
.AnyTagClassName
{
color: #453A0E;
}
</style>
background-color css
<style>
a { background-color: #453A0E; }
a { background-color: rgb(69,58,14); }
div.DivClassName
{
background-color: #453A0E;
}
.BgClassName
{
background-color: #453A0E;
}
</style>
border-color css
<style>
span { border-color: #453A0E; }
span { border-color: rgb(69,58,14); }
td.TdClassName
{
border-color: #453A0E;
}
.TagClassName
{
border-color: #453A0E;
}
</style>