Shades of Madras #453B05
Tints of Madras #453B05
RGB
CMYK
RGB Variations
Color information
#453B05 (or 0x453B05) is known color: Madras. HEX triplet: 45, 3B and 05. RGB value is (69,59,5). Sum of RGB (Red+Green+Blue) = 69+59+5=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #453B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453B05 is #BAC4FA. Grayscale: #383838. Windows color (decimal): -12240123 or 342853. OLE color: 342853.
HSL color Cylindrical-coordinate representation of color #453B05: hue angle of 50.62º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #453B05 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 59 | 5 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.73 |
| HSL | 50.63º | 0.86% | 0.15% | - |
| HSV(B) | 50.63º | 0.93% | 0.27% | - |
| XYZ | 4.05 | 4.4 | 0.78 | - |
| YUV | 55.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 5 | 0 | 0.14 | 0.93 | 0.73 | 50.63 | 0.86 | 0.15 |
| Hex | 45 | 3B | 5 | 0 | E | 5D | 49 | 33 | 56 | F |
| Octal | 105 | 73 | 5 | 0 | 16 | 135 | 111 | 63 | 126 | 17 |
| Binary | 1000101 | 111011 | 101 | 0 | 1110 | 1011101 | 1001001 | 110011 | 1010110 | 1111 |
Color Harmonies of #453B05
Complementary color
Monochromatic Colors of #453B05
Black with #453B05
Text Example
Text Example
White with #453B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B05; }
p { color: rgb(69,59,5); }
H1.HeaderClassName
{
color: #453B05;
}
.AnyTagClassName
{
color: #453B05;
}
</style>
background-color css
<style>
a { background-color: #453B05; }
a { background-color: rgb(69,59,5); }
div.DivClassName
{
background-color: #453B05;
}
.BgClassName
{
background-color: #453B05;
}
</style>
border-color css
<style>
span { border-color: #453B05; }
span { border-color: rgb(69,59,5); }
td.TdClassName
{
border-color: #453B05;
}
.TagClassName
{
border-color: #453B05;
}
</style>