Shades of Madras #453B20
Tints of Madras #453B20
RGB
CMYK
RGB Variations
Color information
#453B20 (or 0x453B20) is known color: Madras. HEX triplet: 45, 3B and 20. RGB value is (69,59,32). Sum of RGB (Red+Green+Blue) = 69+59+32=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #453B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453B20 is #BAC4DF. Grayscale: #3B3B3B. Windows color (decimal): -12240096 or 2112325. OLE color: 2112325.
HSL color Cylindrical-coordinate representation of color #453B20: hue angle of 43.78º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #453B20 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 59 | 32 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.73 |
| HSL | 43.78º | 0.37% | 0.2% | - |
| HSV(B) | 43.78º | 0.54% | 0.27% | - |
| XYZ | 4.28 | 4.5 | 2.01 | - |
| YUV | 58.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 32 | 0 | 0.14 | 0.54 | 0.73 | 43.78 | 0.37 | 0.2 |
| Hex | 45 | 3B | 20 | 0 | E | 36 | 49 | 2C | 25 | 14 |
| Octal | 105 | 73 | 40 | 0 | 16 | 66 | 111 | 54 | 45 | 24 |
| Binary | 1000101 | 111011 | 100000 | 0 | 1110 | 110110 | 1001001 | 101100 | 100101 | 10100 |
Color Harmonies of #453B20
Complementary color
Monochromatic Colors of #453B20
Black with #453B20
Text Example
Text Example
White with #453B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B20; }
p { color: rgb(69,59,32); }
H1.HeaderClassName
{
color: #453B20;
}
.AnyTagClassName
{
color: #453B20;
}
</style>
background-color css
<style>
a { background-color: #453B20; }
a { background-color: rgb(69,59,32); }
div.DivClassName
{
background-color: #453B20;
}
.BgClassName
{
background-color: #453B20;
}
</style>
border-color css
<style>
span { border-color: #453B20; }
span { border-color: rgb(69,59,32); }
td.TdClassName
{
border-color: #453B20;
}
.TagClassName
{
border-color: #453B20;
}
</style>