Shades of Madras #454019
Tints of Madras #454019
RGB
CMYK
RGB Variations
Color information
#454019 (or 0x454019) is known color: Madras. HEX triplet: 45, 40 and 19. RGB value is (69,64,25). Sum of RGB (Red+Green+Blue) = 69+64+25=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #454019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454019 is #BABFE6. Grayscale: #3D3D3D. Windows color (decimal): -12238823 or 1654853. OLE color: 1654853.
HSL color Cylindrical-coordinate representation of color #454019: hue angle of 53.18º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #454019 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 64 | 25 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.73 |
| HSL | 53.18º | 0.47% | 0.18% | - |
| HSV(B) | 53.18º | 0.64% | 0.27% | - |
| XYZ | 4.46 | 5 | 1.65 | - |
| YUV | 61.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 25 | 0 | 0.07 | 0.64 | 0.73 | 53.18 | 0.47 | 0.18 |
| Hex | 45 | 40 | 19 | 0 | 7 | 40 | 49 | 35 | 2F | 12 |
| Octal | 105 | 100 | 31 | 0 | 7 | 100 | 111 | 65 | 57 | 22 |
| Binary | 1000101 | 1000000 | 11001 | 0 | 111 | 1000000 | 1001001 | 110101 | 101111 | 10010 |
Color Harmonies of #454019
Complementary color
Monochromatic Colors of #454019
Black with #454019
Text Example
Text Example
White with #454019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454019; }
p { color: rgb(69,64,25); }
H1.HeaderClassName
{
color: #454019;
}
.AnyTagClassName
{
color: #454019;
}
</style>
background-color css
<style>
a { background-color: #454019; }
a { background-color: rgb(69,64,25); }
div.DivClassName
{
background-color: #454019;
}
.BgClassName
{
background-color: #454019;
}
</style>
border-color css
<style>
span { border-color: #454019; }
span { border-color: rgb(69,64,25); }
td.TdClassName
{
border-color: #454019;
}
.TagClassName
{
border-color: #454019;
}
</style>