Shades of Madras #453A08
Tints of Madras #453A08
RGB
CMYK
RGB Variations
Color information
#453A08 (or 0x453A08) is known color: Madras. HEX triplet: 45, 3A and 08. RGB value is (69,58,8). Sum of RGB (Red+Green+Blue) = 69+58+8=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #453A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A08 is #BAC5F7. Grayscale: #373737. Windows color (decimal): -12240376 or 539205. OLE color: 539205.
HSL color Cylindrical-coordinate representation of color #453A08: hue angle of 49.18º 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 #453A08 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 58 | 8 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.73 |
| HSL | 49.18º | 0.79% | 0.15% | - |
| HSV(B) | 49.18º | 0.88% | 0.27% | - |
| XYZ | 4.01 | 4.31 | 0.85 | - |
| YUV | 55.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 8 | 0 | 0.16 | 0.88 | 0.73 | 49.18 | 0.79 | 0.15 |
| Hex | 45 | 3A | 8 | 0 | 10 | 58 | 49 | 31 | 4F | F |
| Octal | 105 | 72 | 10 | 0 | 20 | 130 | 111 | 61 | 117 | 17 |
| Binary | 1000101 | 111010 | 1000 | 0 | 10000 | 1011000 | 1001001 | 110001 | 1001111 | 1111 |
Color Harmonies of #453A08
Complementary color
Monochromatic Colors of #453A08
Black with #453A08
Text Example
Text Example
White with #453A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A08; }
p { color: rgb(69,58,8); }
H1.HeaderClassName
{
color: #453A08;
}
.AnyTagClassName
{
color: #453A08;
}
</style>
background-color css
<style>
a { background-color: #453A08; }
a { background-color: rgb(69,58,8); }
div.DivClassName
{
background-color: #453A08;
}
.BgClassName
{
background-color: #453A08;
}
</style>
border-color css
<style>
span { border-color: #453A08; }
span { border-color: rgb(69,58,8); }
td.TdClassName
{
border-color: #453A08;
}
.TagClassName
{
border-color: #453A08;
}
</style>