Shades of Clinker #422E10
Tints of Clinker #422E10
RGB
CMYK
RGB Variations
Color information
#422E10 (or 0x422E10) is known color: Clinker. HEX triplet: 42, 2E and 10. RGB value is (66,46,16). Sum of RGB (Red+Green+Blue) = 66+46+16=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #422E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E10 is #BDD1EF. Grayscale: #303030. Windows color (decimal): -12440048 or 1060418. OLE color: 1060418.
HSL color Cylindrical-coordinate representation of color #422E10: hue angle of 36º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422E10 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 46 | 16 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.74 |
| HSL | 36º | 0.61% | 0.16% | - |
| HSV(B) | 36º | 0.76% | 0.26% | - |
| XYZ | 3.32 | 3.15 | 0.92 | - |
| YUV | 48.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 16 | 0 | 0.30 | 0.76 | 0.74 | 36 | 0.61 | 0.16 |
| Hex | 42 | 2E | 10 | 0 | 1E | 4C | 4A | 24 | 3D | 10 |
| Octal | 102 | 56 | 20 | 0 | 36 | 114 | 112 | 44 | 75 | 20 |
| Binary | 1000010 | 101110 | 10000 | 0 | 11110 | 1001100 | 1001010 | 100100 | 111101 | 10000 |
Color Harmonies of #422E10
Complementary color
Monochromatic Colors of #422E10
Black with #422E10
Text Example
Text Example
White with #422E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E10; }
p { color: rgb(66,46,16); }
H1.HeaderClassName
{
color: #422E10;
}
.AnyTagClassName
{
color: #422E10;
}
</style>
background-color css
<style>
a { background-color: #422E10; }
a { background-color: rgb(66,46,16); }
div.DivClassName
{
background-color: #422E10;
}
.BgClassName
{
background-color: #422E10;
}
</style>
border-color css
<style>
span { border-color: #422E10; }
span { border-color: rgb(66,46,16); }
td.TdClassName
{
border-color: #422E10;
}
.TagClassName
{
border-color: #422E10;
}
</style>