Shades of Clinker #44341A
Tints of Clinker #44341A
RGB
CMYK
RGB Variations
Color information
#44341A (or 0x44341A) is known color: Clinker. HEX triplet: 44, 34 and 1A. RGB value is (68,52,26). Sum of RGB (Red+Green+Blue) = 68+52+26=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #44341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44341A is #BBCBE5. Grayscale: #353535. Windows color (decimal): -12307430 or 1717316. OLE color: 1717316.
HSL color Cylindrical-coordinate representation of color #44341A: hue angle of 37.14º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44341A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 52 | 26 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.73 |
| HSL | 37.14º | 0.45% | 0.18% | - |
| HSV(B) | 37.14º | 0.62% | 0.27% | - |
| XYZ | 3.8 | 3.76 | 1.5 | - |
| YUV | 53.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 26 | 0 | 0.24 | 0.62 | 0.73 | 37.14 | 0.45 | 0.18 |
| Hex | 44 | 34 | 1A | 0 | 18 | 3E | 49 | 25 | 2D | 12 |
| Octal | 104 | 64 | 32 | 0 | 30 | 76 | 111 | 45 | 55 | 22 |
| Binary | 1000100 | 110100 | 11010 | 0 | 11000 | 111110 | 1001001 | 100101 | 101101 | 10010 |
Color Harmonies of #44341A
Complementary color
Monochromatic Colors of #44341A
Black with #44341A
Text Example
Text Example
White with #44341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44341A; }
p { color: rgb(68,52,26); }
H1.HeaderClassName
{
color: #44341A;
}
.AnyTagClassName
{
color: #44341A;
}
</style>
background-color css
<style>
a { background-color: #44341A; }
a { background-color: rgb(68,52,26); }
div.DivClassName
{
background-color: #44341A;
}
.BgClassName
{
background-color: #44341A;
}
</style>
border-color css
<style>
span { border-color: #44341A; }
span { border-color: rgb(68,52,26); }
td.TdClassName
{
border-color: #44341A;
}
.TagClassName
{
border-color: #44341A;
}
</style>