Shades of Clinker #463212
Tints of Clinker #463212
RGB
CMYK
RGB Variations
Color information
#463212 (or 0x463212) is known color: Clinker. HEX triplet: 46, 32 and 12. RGB value is (70,50,18). Sum of RGB (Red+Green+Blue) = 70+50+18=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #463212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463212 is #B9CDED. Grayscale: #343434. Windows color (decimal): -12176878 or 1192518. OLE color: 1192518.
HSL color Cylindrical-coordinate representation of color #463212: hue angle of 36.92º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #463212 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 50 | 18 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.73 |
| HSL | 36.92º | 0.59% | 0.17% | - |
| HSV(B) | 36.92º | 0.74% | 0.27% | - |
| XYZ | 3.78 | 3.63 | 1.07 | - |
| YUV | 52.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 18 | 0 | 0.29 | 0.74 | 0.73 | 36.92 | 0.59 | 0.17 |
| Hex | 46 | 32 | 12 | 0 | 1D | 4A | 49 | 25 | 3B | 11 |
| Octal | 106 | 62 | 22 | 0 | 35 | 112 | 111 | 45 | 73 | 21 |
| Binary | 1000110 | 110010 | 10010 | 0 | 11101 | 1001010 | 1001001 | 100101 | 111011 | 10001 |
Color Harmonies of #463212
Complementary color
Monochromatic Colors of #463212
Black with #463212
Text Example
Text Example
White with #463212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463212; }
p { color: rgb(70,50,18); }
H1.HeaderClassName
{
color: #463212;
}
.AnyTagClassName
{
color: #463212;
}
</style>
background-color css
<style>
a { background-color: #463212; }
a { background-color: rgb(70,50,18); }
div.DivClassName
{
background-color: #463212;
}
.BgClassName
{
background-color: #463212;
}
</style>
border-color css
<style>
span { border-color: #463212; }
span { border-color: rgb(70,50,18); }
td.TdClassName
{
border-color: #463212;
}
.TagClassName
{
border-color: #463212;
}
</style>