Shades of Clinker #422F14
Tints of Clinker #422F14
RGB
CMYK
RGB Variations
Color information
#422F14 (or 0x422F14) is known color: Clinker. HEX triplet: 42, 2F and 14. RGB value is (66,47,20). Sum of RGB (Red+Green+Blue) = 66+47+20=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #422F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422F14 is #BDD0EB. Grayscale: #313131. Windows color (decimal): -12439788 or 1322818. OLE color: 1322818.
HSL color Cylindrical-coordinate representation of color #422F14: hue angle of 35.22º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422F14 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 47 | 20 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.74 |
| HSL | 35.22º | 0.53% | 0.17% | - |
| HSV(B) | 35.22º | 0.7% | 0.26% | - |
| XYZ | 3.39 | 3.24 | 1.11 | - |
| YUV | 49.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 20 | 0 | 0.29 | 0.70 | 0.74 | 35.22 | 0.53 | 0.17 |
| Hex | 42 | 2F | 14 | 0 | 1D | 46 | 4A | 23 | 35 | 11 |
| Octal | 102 | 57 | 24 | 0 | 35 | 106 | 112 | 43 | 65 | 21 |
| Binary | 1000010 | 101111 | 10100 | 0 | 11101 | 1000110 | 1001010 | 100011 | 110101 | 10001 |
Color Harmonies of #422F14
Complementary color
Monochromatic Colors of #422F14
Black with #422F14
Text Example
Text Example
White with #422F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F14; }
p { color: rgb(66,47,20); }
H1.HeaderClassName
{
color: #422F14;
}
.AnyTagClassName
{
color: #422F14;
}
</style>
background-color css
<style>
a { background-color: #422F14; }
a { background-color: rgb(66,47,20); }
div.DivClassName
{
background-color: #422F14;
}
.BgClassName
{
background-color: #422F14;
}
</style>
border-color css
<style>
span { border-color: #422F14; }
span { border-color: rgb(66,47,20); }
td.TdClassName
{
border-color: #422F14;
}
.TagClassName
{
border-color: #422F14;
}
</style>