Shades of Clinker #46311E
Tints of Clinker #46311E
RGB
CMYK
RGB Variations
Color information
#46311E (or 0x46311E) is known color: Clinker. HEX triplet: 46, 31 and 1E. RGB value is (70,49,30). Sum of RGB (Red+Green+Blue) = 70+49+30=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46311E is #B9CEE1. Grayscale: #353535. Windows color (decimal): -12177122 or 1978694. OLE color: 1978694.
HSL color Cylindrical-coordinate representation of color #46311E: hue angle of 28.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46311E is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 49 | 30 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.73 |
| HSL | 28.5º | 0.4% | 0.2% | - |
| HSV(B) | 28.5º | 0.57% | 0.27% | - |
| XYZ | 3.86 | 3.59 | 1.72 | - |
| YUV | 53.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 30 | 0 | 0.30 | 0.57 | 0.73 | 28.5 | 0.4 | 0.2 |
| Hex | 46 | 31 | 1E | 0 | 1E | 39 | 49 | 1C | 28 | 14 |
| Octal | 106 | 61 | 36 | 0 | 36 | 71 | 111 | 34 | 50 | 24 |
| Binary | 1000110 | 110001 | 11110 | 0 | 11110 | 111001 | 1001001 | 11100 | 101000 | 10100 |
Color Harmonies of #46311E
Complementary color
Monochromatic Colors of #46311E
Black with #46311E
Text Example
Text Example
White with #46311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46311E; }
p { color: rgb(70,49,30); }
H1.HeaderClassName
{
color: #46311E;
}
.AnyTagClassName
{
color: #46311E;
}
</style>
background-color css
<style>
a { background-color: #46311E; }
a { background-color: rgb(70,49,30); }
div.DivClassName
{
background-color: #46311E;
}
.BgClassName
{
background-color: #46311E;
}
</style>
border-color css
<style>
span { border-color: #46311E; }
span { border-color: rgb(70,49,30); }
td.TdClassName
{
border-color: #46311E;
}
.TagClassName
{
border-color: #46311E;
}
</style>