Shades of Clinker #413220
Tints of Clinker #413220
RGB
CMYK
RGB Variations
Color information
#413220 (or 0x413220) is known color: Clinker. HEX triplet: 41, 32 and 20. RGB value is (65,50,32). Sum of RGB (Red+Green+Blue) = 65+50+32=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #413220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413220 is #BECDDF. Grayscale: #343434. Windows color (decimal): -12504544 or 2110017. OLE color: 2110017.
HSL color Cylindrical-coordinate representation of color #413220: hue angle of 32.73º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413220 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 50 | 32 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.75 |
| HSL | 32.73º | 0.34% | 0.19% | - |
| HSV(B) | 32.73º | 0.51% | 0.25% | - |
| XYZ | 3.58 | 3.51 | 1.86 | - |
| YUV | 52.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 32 | 0 | 0.23 | 0.51 | 0.75 | 32.73 | 0.34 | 0.19 |
| Hex | 41 | 32 | 20 | 0 | 17 | 33 | 4B | 21 | 22 | 13 |
| Octal | 101 | 62 | 40 | 0 | 27 | 63 | 113 | 41 | 42 | 23 |
| Binary | 1000001 | 110010 | 100000 | 0 | 10111 | 110011 | 1001011 | 100001 | 100010 | 10011 |
Color Harmonies of #413220
Complementary color
Monochromatic Colors of #413220
Black with #413220
Text Example
Text Example
White with #413220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413220; }
p { color: rgb(65,50,32); }
H1.HeaderClassName
{
color: #413220;
}
.AnyTagClassName
{
color: #413220;
}
</style>
background-color css
<style>
a { background-color: #413220; }
a { background-color: rgb(65,50,32); }
div.DivClassName
{
background-color: #413220;
}
.BgClassName
{
background-color: #413220;
}
</style>
border-color css
<style>
span { border-color: #413220; }
span { border-color: rgb(65,50,32); }
td.TdClassName
{
border-color: #413220;
}
.TagClassName
{
border-color: #413220;
}
</style>