Shades of Madras #45380F
Tints of Madras #45380F
RGB
CMYK
RGB Variations
Color information
#45380F (or 0x45380F) is known color: Madras. HEX triplet: 45, 38 and 0F. RGB value is (69,56,15). Sum of RGB (Red+Green+Blue) = 69+56+15=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #45380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45380F is #BAC7F0. Grayscale: #373737. Windows color (decimal): -12240881 or 997445. OLE color: 997445.
HSL color Cylindrical-coordinate representation of color #45380F: hue angle of 45.56º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45380F is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 56 | 15 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.73 |
| HSL | 45.56º | 0.64% | 0.16% | - |
| HSV(B) | 45.56º | 0.78% | 0.27% | - |
| XYZ | 3.95 | 4.13 | 1.04 | - |
| YUV | 55.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 15 | 0 | 0.19 | 0.78 | 0.73 | 45.56 | 0.64 | 0.16 |
| Hex | 45 | 38 | F | 0 | 13 | 4E | 49 | 2E | 40 | 10 |
| Octal | 105 | 70 | 17 | 0 | 23 | 116 | 111 | 56 | 100 | 20 |
| Binary | 1000101 | 111000 | 1111 | 0 | 10011 | 1001110 | 1001001 | 101110 | 1000000 | 10000 |
Color Harmonies of #45380F
Complementary color
Monochromatic Colors of #45380F
Black with #45380F
Text Example
Text Example
White with #45380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45380F; }
p { color: rgb(69,56,15); }
H1.HeaderClassName
{
color: #45380F;
}
.AnyTagClassName
{
color: #45380F;
}
</style>
background-color css
<style>
a { background-color: #45380F; }
a { background-color: rgb(69,56,15); }
div.DivClassName
{
background-color: #45380F;
}
.BgClassName
{
background-color: #45380F;
}
</style>
border-color css
<style>
span { border-color: #45380F; }
span { border-color: rgb(69,56,15); }
td.TdClassName
{
border-color: #45380F;
}
.TagClassName
{
border-color: #45380F;
}
</style>