Shades of Clinker #412F17
Tints of Clinker #412F17
RGB
CMYK
RGB Variations
Color information
#412F17 (or 0x412F17) is known color: Clinker. HEX triplet: 41, 2F and 17. RGB value is (65,47,23). Sum of RGB (Red+Green+Blue) = 65+47+23=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #412F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F17 is #BED0E8. Grayscale: #313131. Windows color (decimal): -12505321 or 1519425. OLE color: 1519425.
HSL color Cylindrical-coordinate representation of color #412F17: hue angle of 34.29º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #412F17 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 47 | 23 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.75 |
| HSL | 34.29º | 0.48% | 0.17% | - |
| HSV(B) | 34.29º | 0.65% | 0.25% | - |
| XYZ | 3.35 | 3.22 | 1.26 | - |
| YUV | 49.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 23 | 0 | 0.28 | 0.65 | 0.75 | 34.29 | 0.48 | 0.17 |
| Hex | 41 | 2F | 17 | 0 | 1C | 41 | 4B | 22 | 30 | 11 |
| Octal | 101 | 57 | 27 | 0 | 34 | 101 | 113 | 42 | 60 | 21 |
| Binary | 1000001 | 101111 | 10111 | 0 | 11100 | 1000001 | 1001011 | 100010 | 110000 | 10001 |
Color Harmonies of #412F17
Complementary color
Monochromatic Colors of #412F17
Black with #412F17
Text Example
Text Example
White with #412F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F17; }
p { color: rgb(65,47,23); }
H1.HeaderClassName
{
color: #412F17;
}
.AnyTagClassName
{
color: #412F17;
}
</style>
background-color css
<style>
a { background-color: #412F17; }
a { background-color: rgb(65,47,23); }
div.DivClassName
{
background-color: #412F17;
}
.BgClassName
{
background-color: #412F17;
}
</style>
border-color css
<style>
span { border-color: #412F17; }
span { border-color: rgb(65,47,23); }
td.TdClassName
{
border-color: #412F17;
}
.TagClassName
{
border-color: #412F17;
}
</style>