Shades of Madras #454018
Tints of Madras #454018
RGB
CMYK
RGB Variations
Color information
#454018 (or 0x454018) is known color: Madras. HEX triplet: 45, 40 and 18. RGB value is (69,64,24). Sum of RGB (Red+Green+Blue) = 69+64+24=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #454018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454018 is #BABFE7. Grayscale: #3D3D3D. Windows color (decimal): -12238824 or 1589317. OLE color: 1589317.
HSL color Cylindrical-coordinate representation of color #454018: hue angle of 53.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #454018 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 64 | 24 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.73 |
| HSL | 53.33º | 0.48% | 0.18% | - |
| HSV(B) | 53.33º | 0.65% | 0.27% | - |
| XYZ | 4.45 | 5 | 1.59 | - |
| YUV | 60.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 24 | 0 | 0.07 | 0.65 | 0.73 | 53.33 | 0.48 | 0.18 |
| Hex | 45 | 40 | 18 | 0 | 7 | 41 | 49 | 35 | 30 | 12 |
| Octal | 105 | 100 | 30 | 0 | 7 | 101 | 111 | 65 | 60 | 22 |
| Binary | 1000101 | 1000000 | 11000 | 0 | 111 | 1000001 | 1001001 | 110101 | 110000 | 10010 |
Color Harmonies of #454018
Complementary color
Monochromatic Colors of #454018
Black with #454018
Text Example
Text Example
White with #454018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454018; }
p { color: rgb(69,64,24); }
H1.HeaderClassName
{
color: #454018;
}
.AnyTagClassName
{
color: #454018;
}
</style>
background-color css
<style>
a { background-color: #454018; }
a { background-color: rgb(69,64,24); }
div.DivClassName
{
background-color: #454018;
}
.BgClassName
{
background-color: #454018;
}
</style>
border-color css
<style>
span { border-color: #454018; }
span { border-color: rgb(69,64,24); }
td.TdClassName
{
border-color: #454018;
}
.TagClassName
{
border-color: #454018;
}
</style>