Shades of Clinker #442E15
Tints of Clinker #442E15
RGB
CMYK
RGB Variations
Color information
#442E15 (or 0x442E15) is known color: Clinker. HEX triplet: 44, 2E and 15. RGB value is (68,46,21). Sum of RGB (Red+Green+Blue) = 68+46+21=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #442E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E15 is #BBD1EA. Grayscale: #313131. Windows color (decimal): -12308971 or 1388100. OLE color: 1388100.
HSL color Cylindrical-coordinate representation of color #442E15: hue angle of 31.91º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442E15 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 46 | 21 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.73 |
| HSL | 31.91º | 0.53% | 0.17% | - |
| HSV(B) | 31.91º | 0.69% | 0.27% | - |
| XYZ | 3.5 | 3.24 | 1.15 | - |
| YUV | 49.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 21 | 0 | 0.32 | 0.69 | 0.73 | 31.91 | 0.53 | 0.17 |
| Hex | 44 | 2E | 15 | 0 | 20 | 45 | 49 | 20 | 35 | 11 |
| Octal | 104 | 56 | 25 | 0 | 40 | 105 | 111 | 40 | 65 | 21 |
| Binary | 1000100 | 101110 | 10101 | 0 | 100000 | 1000101 | 1001001 | 100000 | 110101 | 10001 |
Color Harmonies of #442E15
Complementary color
Monochromatic Colors of #442E15
Black with #442E15
Text Example
Text Example
White with #442E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E15; }
p { color: rgb(68,46,21); }
H1.HeaderClassName
{
color: #442E15;
}
.AnyTagClassName
{
color: #442E15;
}
</style>
background-color css
<style>
a { background-color: #442E15; }
a { background-color: rgb(68,46,21); }
div.DivClassName
{
background-color: #442E15;
}
.BgClassName
{
background-color: #442E15;
}
</style>
border-color css
<style>
span { border-color: #442E15; }
span { border-color: rgb(68,46,21); }
td.TdClassName
{
border-color: #442E15;
}
.TagClassName
{
border-color: #442E15;
}
</style>