Shades of Madras #45380A
Tints of Madras #45380A
RGB
CMYK
RGB Variations
Color information
#45380A (or 0x45380A) is known color: Madras. HEX triplet: 45, 38 and 0A. RGB value is (69,56,10). Sum of RGB (Red+Green+Blue) = 69+56+10=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #45380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45380A is #BAC7F5. Grayscale: #363636. Windows color (decimal): -12240886 or 669765. OLE color: 669765.
HSL color Cylindrical-coordinate representation of color #45380A: hue angle of 46.78º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45380A is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 56 | 10 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.73 |
| HSL | 46.78º | 0.75% | 0.15% | - |
| HSV(B) | 46.78º | 0.86% | 0.27% | - |
| XYZ | 3.92 | 4.12 | 0.87 | - |
| YUV | 54.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 10 | 0 | 0.19 | 0.86 | 0.73 | 46.78 | 0.75 | 0.15 |
| Hex | 45 | 38 | A | 0 | 13 | 56 | 49 | 2F | 4B | F |
| Octal | 105 | 70 | 12 | 0 | 23 | 126 | 111 | 57 | 113 | 17 |
| Binary | 1000101 | 111000 | 1010 | 0 | 10011 | 1010110 | 1001001 | 101111 | 1001011 | 1111 |
Color Harmonies of #45380A
Complementary color
Monochromatic Colors of #45380A
Black with #45380A
Text Example
Text Example
White with #45380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45380A; }
p { color: rgb(69,56,10); }
H1.HeaderClassName
{
color: #45380A;
}
.AnyTagClassName
{
color: #45380A;
}
</style>
background-color css
<style>
a { background-color: #45380A; }
a { background-color: rgb(69,56,10); }
div.DivClassName
{
background-color: #45380A;
}
.BgClassName
{
background-color: #45380A;
}
</style>
border-color css
<style>
span { border-color: #45380A; }
span { border-color: rgb(69,56,10); }
td.TdClassName
{
border-color: #45380A;
}
.TagClassName
{
border-color: #45380A;
}
</style>