Shades of Madras #453D0C
Tints of Madras #453D0C
RGB
CMYK
RGB Variations
Color information
#453D0C (or 0x453D0C) is known color: Madras. HEX triplet: 45, 3D and 0C. RGB value is (69,61,12). Sum of RGB (Red+Green+Blue) = 69+61+12=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #453D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D0C is #BAC2F3. Grayscale: #3A3A3A. Windows color (decimal): -12239604 or 802117. OLE color: 802117.
HSL color Cylindrical-coordinate representation of color #453D0C: hue angle of 51.58º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #453D0C is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 61 | 12 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.73 |
| HSL | 51.58º | 0.7% | 0.16% | - |
| HSV(B) | 51.58º | 0.83% | 0.27% | - |
| XYZ | 4.19 | 4.63 | 1.02 | - |
| YUV | 57.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 12 | 0 | 0.12 | 0.83 | 0.73 | 51.58 | 0.7 | 0.16 |
| Hex | 45 | 3D | C | 0 | C | 53 | 49 | 34 | 46 | 10 |
| Octal | 105 | 75 | 14 | 0 | 14 | 123 | 111 | 64 | 106 | 20 |
| Binary | 1000101 | 111101 | 1100 | 0 | 1100 | 1010011 | 1001001 | 110100 | 1000110 | 10000 |
Color Harmonies of #453D0C
Complementary color
Monochromatic Colors of #453D0C
Black with #453D0C
Text Example
Text Example
White with #453D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D0C; }
p { color: rgb(69,61,12); }
H1.HeaderClassName
{
color: #453D0C;
}
.AnyTagClassName
{
color: #453D0C;
}
</style>
background-color css
<style>
a { background-color: #453D0C; }
a { background-color: rgb(69,61,12); }
div.DivClassName
{
background-color: #453D0C;
}
.BgClassName
{
background-color: #453D0C;
}
</style>
border-color css
<style>
span { border-color: #453D0C; }
span { border-color: rgb(69,61,12); }
td.TdClassName
{
border-color: #453D0C;
}
.TagClassName
{
border-color: #453D0C;
}
</style>