Shades of Clinker #442D0A
Tints of Clinker #442D0A
RGB
CMYK
RGB Variations
Color information
#442D0A (or 0x442D0A) is known color: Clinker. HEX triplet: 44, 2D and 0A. RGB value is (68,45,10). Sum of RGB (Red+Green+Blue) = 68+45+10=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #442D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442D0A is #BBD2F5. Grayscale: #303030. Windows color (decimal): -12309238 or 666948. OLE color: 666948.
HSL color Cylindrical-coordinate representation of color #442D0A: hue angle of 36.21º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #442D0A is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 45 | 10 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.73 |
| HSL | 36.21º | 0.74% | 0.15% | - |
| HSV(B) | 36.21º | 0.85% | 0.27% | - |
| XYZ | 3.38 | 3.13 | 0.71 | - |
| YUV | 47.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 10 | 0 | 0.34 | 0.85 | 0.73 | 36.21 | 0.74 | 0.15 |
| Hex | 44 | 2D | A | 0 | 22 | 55 | 49 | 24 | 4A | F |
| Octal | 104 | 55 | 12 | 0 | 42 | 125 | 111 | 44 | 112 | 17 |
| Binary | 1000100 | 101101 | 1010 | 0 | 100010 | 1010101 | 1001001 | 100100 | 1001010 | 1111 |
Color Harmonies of #442D0A
Complementary color
Monochromatic Colors of #442D0A
Black with #442D0A
Text Example
Text Example
White with #442D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442D0A; }
p { color: rgb(68,45,10); }
H1.HeaderClassName
{
color: #442D0A;
}
.AnyTagClassName
{
color: #442D0A;
}
</style>
background-color css
<style>
a { background-color: #442D0A; }
a { background-color: rgb(68,45,10); }
div.DivClassName
{
background-color: #442D0A;
}
.BgClassName
{
background-color: #442D0A;
}
</style>
border-color css
<style>
span { border-color: #442D0A; }
span { border-color: rgb(68,45,10); }
td.TdClassName
{
border-color: #442D0A;
}
.TagClassName
{
border-color: #442D0A;
}
</style>