Shades of Madras #454022
Tints of Madras #454022
RGB
CMYK
RGB Variations
Color information
#454022 (or 0x454022) is known color: Madras. HEX triplet: 45, 40 and 22. RGB value is (69,64,34). Sum of RGB (Red+Green+Blue) = 69+64+34=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 69 - color contains mainly: red. Hex color #454022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454022 is #BABFDD. Grayscale: #3E3E3E. Windows color (decimal): -12238814 or 2244677. OLE color: 2244677.
HSL color Cylindrical-coordinate representation of color #454022: hue angle of 51.43º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #454022 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 64 | 34 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.73 |
| HSL | 51.43º | 0.34% | 0.2% | - |
| HSV(B) | 51.43º | 0.51% | 0.27% | - |
| XYZ | 4.58 | 5.05 | 2.25 | - |
| YUV | 62.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 34 | 0 | 0.07 | 0.51 | 0.73 | 51.43 | 0.34 | 0.2 |
| Hex | 45 | 40 | 22 | 0 | 7 | 33 | 49 | 33 | 22 | 14 |
| Octal | 105 | 100 | 42 | 0 | 7 | 63 | 111 | 63 | 42 | 24 |
| Binary | 1000101 | 1000000 | 100010 | 0 | 111 | 110011 | 1001001 | 110011 | 100010 | 10100 |
Color Harmonies of #454022
Complementary color
Monochromatic Colors of #454022
Black with #454022
Text Example
Text Example
White with #454022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454022; }
p { color: rgb(69,64,34); }
H1.HeaderClassName
{
color: #454022;
}
.AnyTagClassName
{
color: #454022;
}
</style>
background-color css
<style>
a { background-color: #454022; }
a { background-color: rgb(69,64,34); }
div.DivClassName
{
background-color: #454022;
}
.BgClassName
{
background-color: #454022;
}
</style>
border-color css
<style>
span { border-color: #454022; }
span { border-color: rgb(69,64,34); }
td.TdClassName
{
border-color: #454022;
}
.TagClassName
{
border-color: #454022;
}
</style>