Shades of Clinker #442F0D
Tints of Clinker #442F0D
RGB
CMYK
RGB Variations
Color information
#442F0D (or 0x442F0D) is known color: Clinker. HEX triplet: 44, 2F and 0D. RGB value is (68,47,13). Sum of RGB (Red+Green+Blue) = 68+47+13=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #442F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F0D is #BBD0F2. Grayscale: #313131. Windows color (decimal): -12308723 or 864068. OLE color: 864068.
HSL color Cylindrical-coordinate representation of color #442F0D: hue angle of 37.09º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442F0D is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 47 | 13 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.73 |
| HSL | 37.09º | 0.68% | 0.16% | - |
| HSV(B) | 37.09º | 0.81% | 0.27% | - |
| XYZ | 3.47 | 3.29 | 0.83 | - |
| YUV | 49.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 13 | 0 | 0.31 | 0.81 | 0.73 | 37.09 | 0.68 | 0.16 |
| Hex | 44 | 2F | D | 0 | 1F | 51 | 49 | 25 | 44 | 10 |
| Octal | 104 | 57 | 15 | 0 | 37 | 121 | 111 | 45 | 104 | 20 |
| Binary | 1000100 | 101111 | 1101 | 0 | 11111 | 1010001 | 1001001 | 100101 | 1000100 | 10000 |
Color Harmonies of #442F0D
Complementary color
Monochromatic Colors of #442F0D
Black with #442F0D
Text Example
Text Example
White with #442F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F0D; }
p { color: rgb(68,47,13); }
H1.HeaderClassName
{
color: #442F0D;
}
.AnyTagClassName
{
color: #442F0D;
}
</style>
background-color css
<style>
a { background-color: #442F0D; }
a { background-color: rgb(68,47,13); }
div.DivClassName
{
background-color: #442F0D;
}
.BgClassName
{
background-color: #442F0D;
}
</style>
border-color css
<style>
span { border-color: #442F0D; }
span { border-color: rgb(68,47,13); }
td.TdClassName
{
border-color: #442F0D;
}
.TagClassName
{
border-color: #442F0D;
}
</style>