Shades of Madras #453B21
Tints of Madras #453B21
RGB
CMYK
RGB Variations
Color information
#453B21 (or 0x453B21) is known color: Madras. HEX triplet: 45, 3B and 21. RGB value is (69,59,33). Sum of RGB (Red+Green+Blue) = 69+59+33=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #453B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453B21 is #BAC4DE. Grayscale: #3B3B3B. Windows color (decimal): -12240095 or 2177861. OLE color: 2177861.
HSL color Cylindrical-coordinate representation of color #453B21: hue angle of 43.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #453B21 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 59 | 33 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.73 |
| HSL | 43.33º | 0.35% | 0.2% | - |
| HSV(B) | 43.33º | 0.52% | 0.27% | - |
| XYZ | 4.29 | 4.5 | 2.08 | - |
| YUV | 59.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 33 | 0 | 0.14 | 0.52 | 0.73 | 43.33 | 0.35 | 0.2 |
| Hex | 45 | 3B | 21 | 0 | E | 34 | 49 | 2B | 23 | 14 |
| Octal | 105 | 73 | 41 | 0 | 16 | 64 | 111 | 53 | 43 | 24 |
| Binary | 1000101 | 111011 | 100001 | 0 | 1110 | 110100 | 1001001 | 101011 | 100011 | 10100 |
Color Harmonies of #453B21
Complementary color
Monochromatic Colors of #453B21
Black with #453B21
Text Example
Text Example
White with #453B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B21; }
p { color: rgb(69,59,33); }
H1.HeaderClassName
{
color: #453B21;
}
.AnyTagClassName
{
color: #453B21;
}
</style>
background-color css
<style>
a { background-color: #453B21; }
a { background-color: rgb(69,59,33); }
div.DivClassName
{
background-color: #453B21;
}
.BgClassName
{
background-color: #453B21;
}
</style>
border-color css
<style>
span { border-color: #453B21; }
span { border-color: rgb(69,59,33); }
td.TdClassName
{
border-color: #453B21;
}
.TagClassName
{
border-color: #453B21;
}
</style>