Shades of Madras #453A1D
Tints of Madras #453A1D
RGB
CMYK
RGB Variations
Color information
#453A1D (or 0x453A1D) is known color: Madras. HEX triplet: 45, 3A and 1D. RGB value is (69,58,29). Sum of RGB (Red+Green+Blue) = 69+58+29=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #453A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A1D is #BAC5E2. Grayscale: #3A3A3A. Windows color (decimal): -12240355 or 1915461. OLE color: 1915461.
HSL color Cylindrical-coordinate representation of color #453A1D: hue angle of 43.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453A1D is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 58 | 29 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.73 |
| HSL | 43.5º | 0.41% | 0.19% | - |
| HSV(B) | 43.5º | 0.58% | 0.27% | - |
| XYZ | 4.19 | 4.38 | 1.79 | - |
| YUV | 57.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 29 | 0 | 0.16 | 0.58 | 0.73 | 43.5 | 0.41 | 0.19 |
| Hex | 45 | 3A | 1D | 0 | 10 | 3A | 49 | 2C | 29 | 13 |
| Octal | 105 | 72 | 35 | 0 | 20 | 72 | 111 | 54 | 51 | 23 |
| Binary | 1000101 | 111010 | 11101 | 0 | 10000 | 111010 | 1001001 | 101100 | 101001 | 10011 |
Color Harmonies of #453A1D
Complementary color
Monochromatic Colors of #453A1D
Black with #453A1D
Text Example
Text Example
White with #453A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A1D; }
p { color: rgb(69,58,29); }
H1.HeaderClassName
{
color: #453A1D;
}
.AnyTagClassName
{
color: #453A1D;
}
</style>
background-color css
<style>
a { background-color: #453A1D; }
a { background-color: rgb(69,58,29); }
div.DivClassName
{
background-color: #453A1D;
}
.BgClassName
{
background-color: #453A1D;
}
</style>
border-color css
<style>
span { border-color: #453A1D; }
span { border-color: rgb(69,58,29); }
td.TdClassName
{
border-color: #453A1D;
}
.TagClassName
{
border-color: #453A1D;
}
</style>