Shades of Clinker #443422
Tints of Clinker #443422
RGB
CMYK
RGB Variations
Color information
#443422 (or 0x443422) is known color: Clinker. HEX triplet: 44, 34 and 22. RGB value is (68,52,34). Sum of RGB (Red+Green+Blue) = 68+52+34=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #443422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443422 is #BBCBDD. Grayscale: #363636. Windows color (decimal): -12307422 or 2241604. OLE color: 2241604.
HSL color Cylindrical-coordinate representation of color #443422: hue angle of 31.76º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #443422 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 52 | 34 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.73 |
| HSL | 31.76º | 0.33% | 0.2% | - |
| HSV(B) | 31.76º | 0.5% | 0.27% | - |
| XYZ | 3.9 | 3.8 | 2.04 | - |
| YUV | 54.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 34 | 0 | 0.24 | 0.50 | 0.73 | 31.76 | 0.33 | 0.2 |
| Hex | 44 | 34 | 22 | 0 | 18 | 32 | 49 | 20 | 21 | 14 |
| Octal | 104 | 64 | 42 | 0 | 30 | 62 | 111 | 40 | 41 | 24 |
| Binary | 1000100 | 110100 | 100010 | 0 | 11000 | 110010 | 1001001 | 100000 | 100001 | 10100 |
Color Harmonies of #443422
Complementary color
Monochromatic Colors of #443422
Black with #443422
Text Example
Text Example
White with #443422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443422; }
p { color: rgb(68,52,34); }
H1.HeaderClassName
{
color: #443422;
}
.AnyTagClassName
{
color: #443422;
}
</style>
background-color css
<style>
a { background-color: #443422; }
a { background-color: rgb(68,52,34); }
div.DivClassName
{
background-color: #443422;
}
.BgClassName
{
background-color: #443422;
}
</style>
border-color css
<style>
span { border-color: #443422; }
span { border-color: rgb(68,52,34); }
td.TdClassName
{
border-color: #443422;
}
.TagClassName
{
border-color: #443422;
}
</style>