Shades of Madras #453B16
Tints of Madras #453B16
RGB
CMYK
RGB Variations
Color information
#453B16 (or 0x453B16) is known color: Madras. HEX triplet: 45, 3B and 16. RGB value is (69,59,22). Sum of RGB (Red+Green+Blue) = 69+59+22=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #453B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453B16 is #BAC4E9. Grayscale: #393939. Windows color (decimal): -12240106 or 1456965. OLE color: 1456965.
HSL color Cylindrical-coordinate representation of color #453B16: hue angle of 47.23º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #453B16 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 59 | 22 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.73 |
| HSL | 47.23º | 0.52% | 0.18% | - |
| HSV(B) | 47.23º | 0.68% | 0.27% | - |
| XYZ | 4.16 | 4.45 | 1.4 | - |
| YUV | 57.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 22 | 0 | 0.14 | 0.68 | 0.73 | 47.23 | 0.52 | 0.18 |
| Hex | 45 | 3B | 16 | 0 | E | 44 | 49 | 2F | 34 | 12 |
| Octal | 105 | 73 | 26 | 0 | 16 | 104 | 111 | 57 | 64 | 22 |
| Binary | 1000101 | 111011 | 10110 | 0 | 1110 | 1000100 | 1001001 | 101111 | 110100 | 10010 |
Color Harmonies of #453B16
Complementary color
Monochromatic Colors of #453B16
Black with #453B16
Text Example
Text Example
White with #453B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B16; }
p { color: rgb(69,59,22); }
H1.HeaderClassName
{
color: #453B16;
}
.AnyTagClassName
{
color: #453B16;
}
</style>
background-color css
<style>
a { background-color: #453B16; }
a { background-color: rgb(69,59,22); }
div.DivClassName
{
background-color: #453B16;
}
.BgClassName
{
background-color: #453B16;
}
</style>
border-color css
<style>
span { border-color: #453B16; }
span { border-color: rgb(69,59,22); }
td.TdClassName
{
border-color: #453B16;
}
.TagClassName
{
border-color: #453B16;
}
</style>