Shades of Clinker #443216
Tints of Clinker #443216
RGB
CMYK
RGB Variations
Color information
#443216 (or 0x443216) is known color: Clinker. HEX triplet: 44, 32 and 16. RGB value is (68,50,22). Sum of RGB (Red+Green+Blue) = 68+50+22=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #443216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443216 is #BBCDE9. Grayscale: #343434. Windows color (decimal): -12307946 or 1454660. OLE color: 1454660.
HSL color Cylindrical-coordinate representation of color #443216: hue angle of 36.52º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443216 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 50 | 22 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.73 |
| HSL | 36.52º | 0.51% | 0.18% | - |
| HSV(B) | 36.52º | 0.68% | 0.27% | - |
| XYZ | 3.67 | 3.57 | 1.25 | - |
| YUV | 52.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 22 | 0 | 0.26 | 0.68 | 0.73 | 36.52 | 0.51 | 0.18 |
| Hex | 44 | 32 | 16 | 0 | 1A | 44 | 49 | 25 | 33 | 12 |
| Octal | 104 | 62 | 26 | 0 | 32 | 104 | 111 | 45 | 63 | 22 |
| Binary | 1000100 | 110010 | 10110 | 0 | 11010 | 1000100 | 1001001 | 100101 | 110011 | 10010 |
Color Harmonies of #443216
Complementary color
Monochromatic Colors of #443216
Black with #443216
Text Example
Text Example
White with #443216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443216; }
p { color: rgb(68,50,22); }
H1.HeaderClassName
{
color: #443216;
}
.AnyTagClassName
{
color: #443216;
}
</style>
background-color css
<style>
a { background-color: #443216; }
a { background-color: rgb(68,50,22); }
div.DivClassName
{
background-color: #443216;
}
.BgClassName
{
background-color: #443216;
}
</style>
border-color css
<style>
span { border-color: #443216; }
span { border-color: rgb(68,50,22); }
td.TdClassName
{
border-color: #443216;
}
.TagClassName
{
border-color: #443216;
}
</style>