Shades of Clinker #443112
Tints of Clinker #443112
RGB
CMYK
RGB Variations
Color information
#443112 (or 0x443112) is known color: Clinker. HEX triplet: 44, 31 and 12. RGB value is (68,49,18). Sum of RGB (Red+Green+Blue) = 68+49+18=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #443112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443112 is #BBCEED. Grayscale: #333333. Windows color (decimal): -12308206 or 1192260. OLE color: 1192260.
HSL color Cylindrical-coordinate representation of color #443112: hue angle of 37.2º degrees, saturation: 0.58, 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 #443112 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 49 | 18 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.73 |
| HSL | 37.2º | 0.58% | 0.17% | - |
| HSV(B) | 37.2º | 0.74% | 0.27% | - |
| XYZ | 3.59 | 3.47 | 1.05 | - |
| YUV | 51.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 18 | 0 | 0.28 | 0.74 | 0.73 | 37.2 | 0.58 | 0.17 |
| Hex | 44 | 31 | 12 | 0 | 1C | 4A | 49 | 25 | 3A | 11 |
| Octal | 104 | 61 | 22 | 0 | 34 | 112 | 111 | 45 | 72 | 21 |
| Binary | 1000100 | 110001 | 10010 | 0 | 11100 | 1001010 | 1001001 | 100101 | 111010 | 10001 |
Color Harmonies of #443112
Complementary color
Monochromatic Colors of #443112
Black with #443112
Text Example
Text Example
White with #443112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443112; }
p { color: rgb(68,49,18); }
H1.HeaderClassName
{
color: #443112;
}
.AnyTagClassName
{
color: #443112;
}
</style>
background-color css
<style>
a { background-color: #443112; }
a { background-color: rgb(68,49,18); }
div.DivClassName
{
background-color: #443112;
}
.BgClassName
{
background-color: #443112;
}
</style>
border-color css
<style>
span { border-color: #443112; }
span { border-color: rgb(68,49,18); }
td.TdClassName
{
border-color: #443112;
}
.TagClassName
{
border-color: #443112;
}
</style>