Shades of Clinker #442F15
Tints of Clinker #442F15
RGB
CMYK
RGB Variations
Color information
#442F15 (or 0x442F15) is known color: Clinker. HEX triplet: 44, 2F and 15. RGB value is (68,47,21). Sum of RGB (Red+Green+Blue) = 68+47+21=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #442F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F15 is #BBD0EA. Grayscale: #323232. Windows color (decimal): -12308715 or 1388356. OLE color: 1388356.
HSL color Cylindrical-coordinate representation of color #442F15: hue angle of 33.19º 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 #442F15 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 47 | 21 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.73 |
| HSL | 33.19º | 0.53% | 0.17% | - |
| HSV(B) | 33.19º | 0.69% | 0.27% | - |
| XYZ | 3.54 | 3.32 | 1.16 | - |
| YUV | 50.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 21 | 0 | 0.31 | 0.69 | 0.73 | 33.19 | 0.53 | 0.17 |
| Hex | 44 | 2F | 15 | 0 | 1F | 45 | 49 | 21 | 35 | 11 |
| Octal | 104 | 57 | 25 | 0 | 37 | 105 | 111 | 41 | 65 | 21 |
| Binary | 1000100 | 101111 | 10101 | 0 | 11111 | 1000101 | 1001001 | 100001 | 110101 | 10001 |
Color Harmonies of #442F15
Complementary color
Monochromatic Colors of #442F15
Black with #442F15
Text Example
Text Example
White with #442F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F15; }
p { color: rgb(68,47,21); }
H1.HeaderClassName
{
color: #442F15;
}
.AnyTagClassName
{
color: #442F15;
}
</style>
background-color css
<style>
a { background-color: #442F15; }
a { background-color: rgb(68,47,21); }
div.DivClassName
{
background-color: #442F15;
}
.BgClassName
{
background-color: #442F15;
}
</style>
border-color css
<style>
span { border-color: #442F15; }
span { border-color: rgb(68,47,21); }
td.TdClassName
{
border-color: #442F15;
}
.TagClassName
{
border-color: #442F15;
}
</style>