Shades of Madras #453F06
Tints of Madras #453F06
RGB
CMYK
RGB Variations
Color information
#453F06 (or 0x453F06) is known color: Madras. HEX triplet: 45, 3F and 06. RGB value is (69,63,6). Sum of RGB (Red+Green+Blue) = 69+63+6=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #453F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F06 is #BAC0F9. Grayscale: #3A3A3A. Windows color (decimal): -12239098 or 409413. OLE color: 409413.
HSL color Cylindrical-coordinate representation of color #453F06: hue angle of 54.29º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #453F06 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 63 | 6 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.73 |
| HSL | 54.29º | 0.84% | 0.15% | - |
| HSV(B) | 54.29º | 0.91% | 0.27% | - |
| XYZ | 4.26 | 4.83 | 0.88 | - |
| YUV | 58.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 6 | 0 | 0.09 | 0.91 | 0.73 | 54.29 | 0.84 | 0.15 |
| Hex | 45 | 3F | 6 | 0 | 9 | 5B | 49 | 36 | 54 | F |
| Octal | 105 | 77 | 6 | 0 | 11 | 133 | 111 | 66 | 124 | 17 |
| Binary | 1000101 | 111111 | 110 | 0 | 1001 | 1011011 | 1001001 | 110110 | 1010100 | 1111 |
Color Harmonies of #453F06
Complementary color
Monochromatic Colors of #453F06
Black with #453F06
Text Example
Text Example
White with #453F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F06; }
p { color: rgb(69,63,6); }
H1.HeaderClassName
{
color: #453F06;
}
.AnyTagClassName
{
color: #453F06;
}
</style>
background-color css
<style>
a { background-color: #453F06; }
a { background-color: rgb(69,63,6); }
div.DivClassName
{
background-color: #453F06;
}
.BgClassName
{
background-color: #453F06;
}
</style>
border-color css
<style>
span { border-color: #453F06; }
span { border-color: rgb(69,63,6); }
td.TdClassName
{
border-color: #453F06;
}
.TagClassName
{
border-color: #453F06;
}
</style>