Shades of Madras #453B0E
Tints of Madras #453B0E
RGB
CMYK
RGB Variations
Color information
#453B0E (or 0x453B0E) is known color: Madras. HEX triplet: 45, 3B and 0E. RGB value is (69,59,14). Sum of RGB (Red+Green+Blue) = 69+59+14=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #453B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453B0E is #BAC4F1. Grayscale: #393939. Windows color (decimal): -12240114 or 932677. OLE color: 932677.
HSL color Cylindrical-coordinate representation of color #453B0E: hue angle of 49.09º 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 #453B0E is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 59 | 14 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.73 |
| HSL | 49.09º | 0.66% | 0.16% | - |
| HSV(B) | 49.09º | 0.8% | 0.27% | - |
| XYZ | 4.1 | 4.42 | 1.05 | - |
| YUV | 56.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 14 | 0 | 0.14 | 0.80 | 0.73 | 49.09 | 0.66 | 0.16 |
| Hex | 45 | 3B | E | 0 | E | 50 | 49 | 31 | 42 | 10 |
| Octal | 105 | 73 | 16 | 0 | 16 | 120 | 111 | 61 | 102 | 20 |
| Binary | 1000101 | 111011 | 1110 | 0 | 1110 | 1010000 | 1001001 | 110001 | 1000010 | 10000 |
Color Harmonies of #453B0E
Complementary color
Monochromatic Colors of #453B0E
Black with #453B0E
Text Example
Text Example
White with #453B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B0E; }
p { color: rgb(69,59,14); }
H1.HeaderClassName
{
color: #453B0E;
}
.AnyTagClassName
{
color: #453B0E;
}
</style>
background-color css
<style>
a { background-color: #453B0E; }
a { background-color: rgb(69,59,14); }
div.DivClassName
{
background-color: #453B0E;
}
.BgClassName
{
background-color: #453B0E;
}
</style>
border-color css
<style>
span { border-color: #453B0E; }
span { border-color: rgb(69,59,14); }
td.TdClassName
{
border-color: #453B0E;
}
.TagClassName
{
border-color: #453B0E;
}
</style>