Shades of Madras #453C23
Tints of Madras #453C23
RGB
CMYK
RGB Variations
Color information
#453C23 (or 0x453C23) is known color: Madras. HEX triplet: 45, 3C and 23. RGB value is (69,60,35). Sum of RGB (Red+Green+Blue) = 69+60+35=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 69 - color contains mainly: red. Hex color #453C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C23 is #BAC3DC. Grayscale: #3B3B3B. Windows color (decimal): -12239837 or 2309189. OLE color: 2309189.
HSL color Cylindrical-coordinate representation of color #453C23: hue angle of 44.12º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #453C23 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 60 | 35 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.73 |
| HSL | 44.12º | 0.33% | 0.2% | - |
| HSV(B) | 44.12º | 0.49% | 0.27% | - |
| XYZ | 4.37 | 4.62 | 2.25 | - |
| YUV | 59.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 35 | 0 | 0.13 | 0.49 | 0.73 | 44.12 | 0.33 | 0.2 |
| Hex | 45 | 3C | 23 | 0 | D | 31 | 49 | 2C | 21 | 14 |
| Octal | 105 | 74 | 43 | 0 | 15 | 61 | 111 | 54 | 41 | 24 |
| Binary | 1000101 | 111100 | 100011 | 0 | 1101 | 110001 | 1001001 | 101100 | 100001 | 10100 |
Color Harmonies of #453C23
Complementary color
Monochromatic Colors of #453C23
Black with #453C23
Text Example
Text Example
White with #453C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C23; }
p { color: rgb(69,60,35); }
H1.HeaderClassName
{
color: #453C23;
}
.AnyTagClassName
{
color: #453C23;
}
</style>
background-color css
<style>
a { background-color: #453C23; }
a { background-color: rgb(69,60,35); }
div.DivClassName
{
background-color: #453C23;
}
.BgClassName
{
background-color: #453C23;
}
</style>
border-color css
<style>
span { border-color: #453C23; }
span { border-color: rgb(69,60,35); }
td.TdClassName
{
border-color: #453C23;
}
.TagClassName
{
border-color: #453C23;
}
</style>