Shades of Madras #453C1B
Tints of Madras #453C1B
RGB
CMYK
RGB Variations
Color information
#453C1B (or 0x453C1B) is known color: Madras. HEX triplet: 45, 3C and 1B. RGB value is (69,60,27). Sum of RGB (Red+Green+Blue) = 69+60+27=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #453C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C1B is #BAC3E4. Grayscale: #3B3B3B. Windows color (decimal): -12239845 or 1784901. OLE color: 1784901.
HSL color Cylindrical-coordinate representation of color #453C1B: hue angle of 47.14º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #453C1B is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 60 | 27 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.73 |
| HSL | 47.14º | 0.44% | 0.19% | - |
| HSV(B) | 47.14º | 0.61% | 0.27% | - |
| XYZ | 4.27 | 4.58 | 1.7 | - |
| YUV | 58.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 27 | 0 | 0.13 | 0.61 | 0.73 | 47.14 | 0.44 | 0.19 |
| Hex | 45 | 3C | 1B | 0 | D | 3D | 49 | 2F | 2C | 13 |
| Octal | 105 | 74 | 33 | 0 | 15 | 75 | 111 | 57 | 54 | 23 |
| Binary | 1000101 | 111100 | 11011 | 0 | 1101 | 111101 | 1001001 | 101111 | 101100 | 10011 |
Color Harmonies of #453C1B
Complementary color
Monochromatic Colors of #453C1B
Black with #453C1B
Text Example
Text Example
White with #453C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C1B; }
p { color: rgb(69,60,27); }
H1.HeaderClassName
{
color: #453C1B;
}
.AnyTagClassName
{
color: #453C1B;
}
</style>
background-color css
<style>
a { background-color: #453C1B; }
a { background-color: rgb(69,60,27); }
div.DivClassName
{
background-color: #453C1B;
}
.BgClassName
{
background-color: #453C1B;
}
</style>
border-color css
<style>
span { border-color: #453C1B; }
span { border-color: rgb(69,60,27); }
td.TdClassName
{
border-color: #453C1B;
}
.TagClassName
{
border-color: #453C1B;
}
</style>