Shades of Clinker #443219
Tints of Clinker #443219
RGB
CMYK
RGB Variations
Color information
#443219 (or 0x443219) is known color: Clinker. HEX triplet: 44, 32 and 19. RGB value is (68,50,25). Sum of RGB (Red+Green+Blue) = 68+50+25=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #443219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443219 is #BBCDE6. Grayscale: #343434. Windows color (decimal): -12307943 or 1651268. OLE color: 1651268.
HSL color Cylindrical-coordinate representation of color #443219: hue angle of 34.88º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #443219 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 50 | 25 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.73 |
| HSL | 34.88º | 0.46% | 0.18% | - |
| HSV(B) | 34.88º | 0.63% | 0.27% | - |
| XYZ | 3.7 | 3.58 | 1.42 | - |
| YUV | 52.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 25 | 0 | 0.26 | 0.63 | 0.73 | 34.88 | 0.46 | 0.18 |
| Hex | 44 | 32 | 19 | 0 | 1A | 3F | 49 | 23 | 2E | 12 |
| Octal | 104 | 62 | 31 | 0 | 32 | 77 | 111 | 43 | 56 | 22 |
| Binary | 1000100 | 110010 | 11001 | 0 | 11010 | 111111 | 1001001 | 100011 | 101110 | 10010 |
Color Harmonies of #443219
Complementary color
Monochromatic Colors of #443219
Black with #443219
Text Example
Text Example
White with #443219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443219; }
p { color: rgb(68,50,25); }
H1.HeaderClassName
{
color: #443219;
}
.AnyTagClassName
{
color: #443219;
}
</style>
background-color css
<style>
a { background-color: #443219; }
a { background-color: rgb(68,50,25); }
div.DivClassName
{
background-color: #443219;
}
.BgClassName
{
background-color: #443219;
}
</style>
border-color css
<style>
span { border-color: #443219; }
span { border-color: rgb(68,50,25); }
td.TdClassName
{
border-color: #443219;
}
.TagClassName
{
border-color: #443219;
}
</style>