Shades of Madras #45380E
Tints of Madras #45380E
RGB
CMYK
RGB Variations
Color information
#45380E (or 0x45380E) is known color: Madras. HEX triplet: 45, 38 and 0E. RGB value is (69,56,14). Sum of RGB (Red+Green+Blue) = 69+56+14=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #45380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45380E is #BAC7F1. Grayscale: #373737. Windows color (decimal): -12240882 or 931909. OLE color: 931909.
HSL color Cylindrical-coordinate representation of color #45380E: hue angle of 45.82º 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 #45380E is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 56 | 14 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.73 |
| HSL | 45.82º | 0.66% | 0.16% | - |
| HSV(B) | 45.82º | 0.8% | 0.27% | - |
| XYZ | 3.95 | 4.13 | 1 | - |
| YUV | 55.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 14 | 0 | 0.19 | 0.80 | 0.73 | 45.82 | 0.66 | 0.16 |
| Hex | 45 | 38 | E | 0 | 13 | 50 | 49 | 2E | 42 | 10 |
| Octal | 105 | 70 | 16 | 0 | 23 | 120 | 111 | 56 | 102 | 20 |
| Binary | 1000101 | 111000 | 1110 | 0 | 10011 | 1010000 | 1001001 | 101110 | 1000010 | 10000 |
Color Harmonies of #45380E
Complementary color
Monochromatic Colors of #45380E
Black with #45380E
Text Example
Text Example
White with #45380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45380E; }
p { color: rgb(69,56,14); }
H1.HeaderClassName
{
color: #45380E;
}
.AnyTagClassName
{
color: #45380E;
}
</style>
background-color css
<style>
a { background-color: #45380E; }
a { background-color: rgb(69,56,14); }
div.DivClassName
{
background-color: #45380E;
}
.BgClassName
{
background-color: #45380E;
}
</style>
border-color css
<style>
span { border-color: #45380E; }
span { border-color: rgb(69,56,14); }
td.TdClassName
{
border-color: #45380E;
}
.TagClassName
{
border-color: #45380E;
}
</style>