Shades of Clinker #46310E
Tints of Clinker #46310E
RGB
CMYK
RGB Variations
Color information
#46310E (or 0x46310E) is known color: Clinker. HEX triplet: 46, 31 and 0E. RGB value is (70,49,14). Sum of RGB (Red+Green+Blue) = 70+49+14=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #46310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46310E is #B9CEF1. Grayscale: #333333. Windows color (decimal): -12177138 or 930118. OLE color: 930118.
HSL color Cylindrical-coordinate representation of color #46310E: hue angle of 37.5º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46310E is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 49 | 14 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.73 |
| HSL | 37.5º | 0.67% | 0.16% | - |
| HSV(B) | 37.5º | 0.8% | 0.27% | - |
| XYZ | 3.7 | 3.53 | 0.9 | - |
| YUV | 51.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 14 | 0 | 0.30 | 0.80 | 0.73 | 37.5 | 0.67 | 0.16 |
| Hex | 46 | 31 | E | 0 | 1E | 50 | 49 | 26 | 43 | 10 |
| Octal | 106 | 61 | 16 | 0 | 36 | 120 | 111 | 46 | 103 | 20 |
| Binary | 1000110 | 110001 | 1110 | 0 | 11110 | 1010000 | 1001001 | 100110 | 1000011 | 10000 |
Color Harmonies of #46310E
Complementary color
Monochromatic Colors of #46310E
Black with #46310E
Text Example
Text Example
White with #46310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46310E; }
p { color: rgb(70,49,14); }
H1.HeaderClassName
{
color: #46310E;
}
.AnyTagClassName
{
color: #46310E;
}
</style>
background-color css
<style>
a { background-color: #46310E; }
a { background-color: rgb(70,49,14); }
div.DivClassName
{
background-color: #46310E;
}
.BgClassName
{
background-color: #46310E;
}
</style>
border-color css
<style>
span { border-color: #46310E; }
span { border-color: rgb(70,49,14); }
td.TdClassName
{
border-color: #46310E;
}
.TagClassName
{
border-color: #46310E;
}
</style>