Shades of Madras #453D26
Tints of Madras #453D26
RGB
CMYK
RGB Variations
Color information
#453D26 (or 0x453D26) is known color: Madras. HEX triplet: 45, 3D and 26. RGB value is (69,61,38). Sum of RGB (Red+Green+Blue) = 69+61+38=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 69 - color contains mainly: red. Hex color #453D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D26 is #BAC2D9. Grayscale: #3C3C3C. Windows color (decimal): -12239578 or 2506053. OLE color: 2506053.
HSL color Cylindrical-coordinate representation of color #453D26: hue angle of 44.52º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #453D26 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 61 | 38 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.73 |
| HSL | 44.52º | 0.29% | 0.21% | - |
| HSV(B) | 44.52º | 0.45% | 0.27% | - |
| XYZ | 4.47 | 4.74 | 2.51 | - |
| YUV | 60.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 38 | 0 | 0.12 | 0.45 | 0.73 | 44.52 | 0.29 | 0.21 |
| Hex | 45 | 3D | 26 | 0 | C | 2D | 49 | 2D | 1D | 15 |
| Octal | 105 | 75 | 46 | 0 | 14 | 55 | 111 | 55 | 35 | 25 |
| Binary | 1000101 | 111101 | 100110 | 0 | 1100 | 101101 | 1001001 | 101101 | 11101 | 10101 |
Color Harmonies of #453D26
Complementary color
Monochromatic Colors of #453D26
Black with #453D26
Text Example
Text Example
White with #453D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D26; }
p { color: rgb(69,61,38); }
H1.HeaderClassName
{
color: #453D26;
}
.AnyTagClassName
{
color: #453D26;
}
</style>
background-color css
<style>
a { background-color: #453D26; }
a { background-color: rgb(69,61,38); }
div.DivClassName
{
background-color: #453D26;
}
.BgClassName
{
background-color: #453D26;
}
</style>
border-color css
<style>
span { border-color: #453D26; }
span { border-color: rgb(69,61,38); }
td.TdClassName
{
border-color: #453D26;
}
.TagClassName
{
border-color: #453D26;
}
</style>