Shades of Madras #453F08
Tints of Madras #453F08
RGB
CMYK
RGB Variations
Color information
#453F08 (or 0x453F08) is known color: Madras. HEX triplet: 45, 3F and 08. RGB value is (69,63,8). Sum of RGB (Red+Green+Blue) = 69+63+8=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #453F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F08 is #BAC0F7. Grayscale: #3A3A3A. Windows color (decimal): -12239096 or 540485. OLE color: 540485.
HSL color Cylindrical-coordinate representation of color #453F08: hue angle of 54.1º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #453F08 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 63 | 8 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.73 |
| HSL | 54.1º | 0.79% | 0.15% | - |
| HSV(B) | 54.1º | 0.88% | 0.27% | - |
| XYZ | 4.28 | 4.84 | 0.94 | - |
| YUV | 58.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 8 | 0 | 0.09 | 0.88 | 0.73 | 54.1 | 0.79 | 0.15 |
| Hex | 45 | 3F | 8 | 0 | 9 | 58 | 49 | 36 | 4F | F |
| Octal | 105 | 77 | 10 | 0 | 11 | 130 | 111 | 66 | 117 | 17 |
| Binary | 1000101 | 111111 | 1000 | 0 | 1001 | 1011000 | 1001001 | 110110 | 1001111 | 1111 |
Color Harmonies of #453F08
Complementary color
Monochromatic Colors of #453F08
Black with #453F08
Text Example
Text Example
White with #453F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F08; }
p { color: rgb(69,63,8); }
H1.HeaderClassName
{
color: #453F08;
}
.AnyTagClassName
{
color: #453F08;
}
</style>
background-color css
<style>
a { background-color: #453F08; }
a { background-color: rgb(69,63,8); }
div.DivClassName
{
background-color: #453F08;
}
.BgClassName
{
background-color: #453F08;
}
</style>
border-color css
<style>
span { border-color: #453F08; }
span { border-color: rgb(69,63,8); }
td.TdClassName
{
border-color: #453F08;
}
.TagClassName
{
border-color: #453F08;
}
</style>