Shades of Madras #453D28
Tints of Madras #453D28
RGB
CMYK
RGB Variations
Color information
#453D28 (or 0x453D28) is known color: Madras. HEX triplet: 45, 3D and 28. RGB value is (69,61,40). Sum of RGB (Red+Green+Blue) = 69+61+40=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 69 - color contains mainly: red. Hex color #453D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D28 is #BAC2D7. Grayscale: #3D3D3D. Windows color (decimal): -12239576 or 2637125. OLE color: 2637125.
HSL color Cylindrical-coordinate representation of color #453D28: hue angle of 43.45º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #453D28 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 61 | 40 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.73 |
| HSL | 43.45º | 0.27% | 0.21% | - |
| HSV(B) | 43.45º | 0.42% | 0.27% | - |
| XYZ | 4.51 | 4.76 | 2.69 | - |
| YUV | 61 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 40 | 0 | 0.12 | 0.42 | 0.73 | 43.45 | 0.27 | 0.21 |
| Hex | 45 | 3D | 28 | 0 | C | 2A | 49 | 2B | 1B | 15 |
| Octal | 105 | 75 | 50 | 0 | 14 | 52 | 111 | 53 | 33 | 25 |
| Binary | 1000101 | 111101 | 101000 | 0 | 1100 | 101010 | 1001001 | 101011 | 11011 | 10101 |
Color Harmonies of #453D28
Complementary color
Monochromatic Colors of #453D28
Black with #453D28
Text Example
Text Example
White with #453D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D28; }
p { color: rgb(69,61,40); }
H1.HeaderClassName
{
color: #453D28;
}
.AnyTagClassName
{
color: #453D28;
}
</style>
background-color css
<style>
a { background-color: #453D28; }
a { background-color: rgb(69,61,40); }
div.DivClassName
{
background-color: #453D28;
}
.BgClassName
{
background-color: #453D28;
}
</style>
border-color css
<style>
span { border-color: #453D28; }
span { border-color: rgb(69,61,40); }
td.TdClassName
{
border-color: #453D28;
}
.TagClassName
{
border-color: #453D28;
}
</style>