Shades of Madras #453F1B
Tints of Madras #453F1B
RGB
CMYK
RGB Variations
Color information
#453F1B (or 0x453F1B) is known color: Madras. HEX triplet: 45, 3F and 1B. RGB value is (69,63,27). Sum of RGB (Red+Green+Blue) = 69+63+27=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #453F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F1B is #BAC0E4. Grayscale: #3C3C3C. Windows color (decimal): -12239077 or 1785669. OLE color: 1785669.
HSL color Cylindrical-coordinate representation of color #453F1B: hue angle of 51.43º 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 #453F1B is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 63 | 27 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.73 |
| HSL | 51.43º | 0.44% | 0.19% | - |
| HSV(B) | 51.43º | 0.61% | 0.27% | - |
| XYZ | 4.43 | 4.9 | 1.75 | - |
| YUV | 60.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 27 | 0 | 0.09 | 0.61 | 0.73 | 51.43 | 0.44 | 0.19 |
| Hex | 45 | 3F | 1B | 0 | 9 | 3D | 49 | 33 | 2C | 13 |
| Octal | 105 | 77 | 33 | 0 | 11 | 75 | 111 | 63 | 54 | 23 |
| Binary | 1000101 | 111111 | 11011 | 0 | 1001 | 111101 | 1001001 | 110011 | 101100 | 10011 |
Color Harmonies of #453F1B
Complementary color
Monochromatic Colors of #453F1B
Black with #453F1B
Text Example
Text Example
White with #453F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F1B; }
p { color: rgb(69,63,27); }
H1.HeaderClassName
{
color: #453F1B;
}
.AnyTagClassName
{
color: #453F1B;
}
</style>
background-color css
<style>
a { background-color: #453F1B; }
a { background-color: rgb(69,63,27); }
div.DivClassName
{
background-color: #453F1B;
}
.BgClassName
{
background-color: #453F1B;
}
</style>
border-color css
<style>
span { border-color: #453F1B; }
span { border-color: rgb(69,63,27); }
td.TdClassName
{
border-color: #453F1B;
}
.TagClassName
{
border-color: #453F1B;
}
</style>