Shades of Madras #453D0B
Tints of Madras #453D0B
RGB
CMYK
RGB Variations
Color information
#453D0B (or 0x453D0B) is known color: Madras. HEX triplet: 45, 3D and 0B. RGB value is (69,61,11). Sum of RGB (Red+Green+Blue) = 69+61+11=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #453D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D0B is #BAC2F4. Grayscale: #393939. Windows color (decimal): -12239605 or 736581. OLE color: 736581.
HSL color Cylindrical-coordinate representation of color #453D0B: hue angle of 51.72º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #453D0B is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 61 | 11 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.73 |
| HSL | 51.72º | 0.73% | 0.16% | - |
| HSV(B) | 51.72º | 0.84% | 0.27% | - |
| XYZ | 4.18 | 4.63 | 0.99 | - |
| YUV | 57.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 11 | 0 | 0.12 | 0.84 | 0.73 | 51.72 | 0.73 | 0.16 |
| Hex | 45 | 3D | B | 0 | C | 54 | 49 | 34 | 48 | 10 |
| Octal | 105 | 75 | 13 | 0 | 14 | 124 | 111 | 64 | 110 | 20 |
| Binary | 1000101 | 111101 | 1011 | 0 | 1100 | 1010100 | 1001001 | 110100 | 1001000 | 10000 |
Color Harmonies of #453D0B
Complementary color
Monochromatic Colors of #453D0B
Black with #453D0B
Text Example
Text Example
White with #453D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D0B; }
p { color: rgb(69,61,11); }
H1.HeaderClassName
{
color: #453D0B;
}
.AnyTagClassName
{
color: #453D0B;
}
</style>
background-color css
<style>
a { background-color: #453D0B; }
a { background-color: rgb(69,61,11); }
div.DivClassName
{
background-color: #453D0B;
}
.BgClassName
{
background-color: #453D0B;
}
</style>
border-color css
<style>
span { border-color: #453D0B; }
span { border-color: rgb(69,61,11); }
td.TdClassName
{
border-color: #453D0B;
}
.TagClassName
{
border-color: #453D0B;
}
</style>