Shades of Clinker #44341E
Tints of Clinker #44341E
RGB
CMYK
RGB Variations
Color information
#44341E (or 0x44341E) is known color: Clinker. HEX triplet: 44, 34 and 1E. RGB value is (68,52,30). Sum of RGB (Red+Green+Blue) = 68+52+30=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #44341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44341E is #BBCBE1. Grayscale: #363636. Windows color (decimal): -12307426 or 1979460. OLE color: 1979460.
HSL color Cylindrical-coordinate representation of color #44341E: hue angle of 34.74º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44341E is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 52 | 30 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.73 |
| HSL | 34.74º | 0.39% | 0.19% | - |
| HSV(B) | 34.74º | 0.56% | 0.27% | - |
| XYZ | 3.85 | 3.78 | 1.75 | - |
| YUV | 54.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 30 | 0 | 0.24 | 0.56 | 0.73 | 34.74 | 0.39 | 0.19 |
| Hex | 44 | 34 | 1E | 0 | 18 | 38 | 49 | 23 | 27 | 13 |
| Octal | 104 | 64 | 36 | 0 | 30 | 70 | 111 | 43 | 47 | 23 |
| Binary | 1000100 | 110100 | 11110 | 0 | 11000 | 111000 | 1001001 | 100011 | 100111 | 10011 |
Color Harmonies of #44341E
Complementary color
Monochromatic Colors of #44341E
Black with #44341E
Text Example
Text Example
White with #44341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44341E; }
p { color: rgb(68,52,30); }
H1.HeaderClassName
{
color: #44341E;
}
.AnyTagClassName
{
color: #44341E;
}
</style>
background-color css
<style>
a { background-color: #44341E; }
a { background-color: rgb(68,52,30); }
div.DivClassName
{
background-color: #44341E;
}
.BgClassName
{
background-color: #44341E;
}
</style>
border-color css
<style>
span { border-color: #44341E; }
span { border-color: rgb(68,52,30); }
td.TdClassName
{
border-color: #44341E;
}
.TagClassName
{
border-color: #44341E;
}
</style>