Shades of Madras #453A10
Tints of Madras #453A10
RGB
CMYK
RGB Variations
Color information
#453A10 (or 0x453A10) is known color: Madras. HEX triplet: 45, 3A and 10. RGB value is (69,58,16). Sum of RGB (Red+Green+Blue) = 69+58+16=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #453A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A10 is #BAC5EF. Grayscale: #383838. Windows color (decimal): -12240368 or 1063493. OLE color: 1063493.
HSL color Cylindrical-coordinate representation of color #453A10: hue angle of 47.55º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #453A10 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 58 | 16 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.73 |
| HSL | 47.55º | 0.62% | 0.17% | - |
| HSV(B) | 47.55º | 0.77% | 0.27% | - |
| XYZ | 4.06 | 4.33 | 1.11 | - |
| YUV | 56.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 16 | 0 | 0.16 | 0.77 | 0.73 | 47.55 | 0.62 | 0.17 |
| Hex | 45 | 3A | 10 | 0 | 10 | 4D | 49 | 30 | 3E | 11 |
| Octal | 105 | 72 | 20 | 0 | 20 | 115 | 111 | 60 | 76 | 21 |
| Binary | 1000101 | 111010 | 10000 | 0 | 10000 | 1001101 | 1001001 | 110000 | 111110 | 10001 |
Color Harmonies of #453A10
Complementary color
Monochromatic Colors of #453A10
Black with #453A10
Text Example
Text Example
White with #453A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A10; }
p { color: rgb(69,58,16); }
H1.HeaderClassName
{
color: #453A10;
}
.AnyTagClassName
{
color: #453A10;
}
</style>
background-color css
<style>
a { background-color: #453A10; }
a { background-color: rgb(69,58,16); }
div.DivClassName
{
background-color: #453A10;
}
.BgClassName
{
background-color: #453A10;
}
</style>
border-color css
<style>
span { border-color: #453A10; }
span { border-color: rgb(69,58,16); }
td.TdClassName
{
border-color: #453A10;
}
.TagClassName
{
border-color: #453A10;
}
</style>