Shades of Clinker #442C05
Tints of Clinker #442C05
RGB
CMYK
RGB Variations
Color information
#442C05 (or 0x442C05) is known color: Clinker. HEX triplet: 44, 2C and 05. RGB value is (68,44,5). Sum of RGB (Red+Green+Blue) = 68+44+5=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #442C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442C05 is #BBD3FA. Grayscale: #2E2E2E. Windows color (decimal): -12309499 or 339012. OLE color: 339012.
HSL color Cylindrical-coordinate representation of color #442C05: hue angle of 37.14º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #442C05 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 44 | 5 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.73 |
| HSL | 37.14º | 0.86% | 0.14% | - |
| HSV(B) | 37.14º | 0.93% | 0.27% | - |
| XYZ | 3.31 | 3.04 | 0.56 | - |
| YUV | 46.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 5 | 0 | 0.35 | 0.93 | 0.73 | 37.14 | 0.86 | 0.14 |
| Hex | 44 | 2C | 5 | 0 | 23 | 5D | 49 | 25 | 56 | E |
| Octal | 104 | 54 | 5 | 0 | 43 | 135 | 111 | 45 | 126 | 16 |
| Binary | 1000100 | 101100 | 101 | 0 | 100011 | 1011101 | 1001001 | 100101 | 1010110 | 1110 |
Color Harmonies of #442C05
Complementary color
Monochromatic Colors of #442C05
Black with #442C05
Text Example
Text Example
White with #442C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C05; }
p { color: rgb(68,44,5); }
H1.HeaderClassName
{
color: #442C05;
}
.AnyTagClassName
{
color: #442C05;
}
</style>
background-color css
<style>
a { background-color: #442C05; }
a { background-color: rgb(68,44,5); }
div.DivClassName
{
background-color: #442C05;
}
.BgClassName
{
background-color: #442C05;
}
</style>
border-color css
<style>
span { border-color: #442C05; }
span { border-color: rgb(68,44,5); }
td.TdClassName
{
border-color: #442C05;
}
.TagClassName
{
border-color: #442C05;
}
</style>