Shades of Clinker #422D0F
Tints of Clinker #422D0F
RGB
CMYK
RGB Variations
Color information
#422D0F (or 0x422D0F) is known color: Clinker. HEX triplet: 42, 2D and 0F. RGB value is (66,45,15). Sum of RGB (Red+Green+Blue) = 66+45+15=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #422D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D0F is #BDD2F0. Grayscale: #2F2F2F. Windows color (decimal): -12440305 or 994626. OLE color: 994626.
HSL color Cylindrical-coordinate representation of color #422D0F: hue angle of 35.29º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422D0F is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 45 | 15 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.74 |
| HSL | 35.29º | 0.63% | 0.16% | - |
| HSV(B) | 35.29º | 0.77% | 0.26% | - |
| XYZ | 3.27 | 3.07 | 0.87 | - |
| YUV | 47.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 15 | 0 | 0.32 | 0.77 | 0.74 | 35.29 | 0.63 | 0.16 |
| Hex | 42 | 2D | F | 0 | 20 | 4D | 4A | 23 | 3F | 10 |
| Octal | 102 | 55 | 17 | 0 | 40 | 115 | 112 | 43 | 77 | 20 |
| Binary | 1000010 | 101101 | 1111 | 0 | 100000 | 1001101 | 1001010 | 100011 | 111111 | 10000 |
Color Harmonies of #422D0F
Complementary color
Monochromatic Colors of #422D0F
Black with #422D0F
Text Example
Text Example
White with #422D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D0F; }
p { color: rgb(66,45,15); }
H1.HeaderClassName
{
color: #422D0F;
}
.AnyTagClassName
{
color: #422D0F;
}
</style>
background-color css
<style>
a { background-color: #422D0F; }
a { background-color: rgb(66,45,15); }
div.DivClassName
{
background-color: #422D0F;
}
.BgClassName
{
background-color: #422D0F;
}
</style>
border-color css
<style>
span { border-color: #422D0F; }
span { border-color: rgb(66,45,15); }
td.TdClassName
{
border-color: #422D0F;
}
.TagClassName
{
border-color: #422D0F;
}
</style>