Shades of Clinker #412E13
Tints of Clinker #412E13
RGB
CMYK
RGB Variations
Color information
#412E13 (or 0x412E13) is known color: Clinker. HEX triplet: 41, 2E and 13. RGB value is (65,46,19). Sum of RGB (Red+Green+Blue) = 65+46+19=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #412E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E13 is #BED1EC. Grayscale: #303030. Windows color (decimal): -12505581 or 1257025. OLE color: 1257025.
HSL color Cylindrical-coordinate representation of color #412E13: hue angle of 35.22º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412E13 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 19 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.75 |
| HSL | 35.22º | 0.55% | 0.16% | - |
| HSV(B) | 35.22º | 0.71% | 0.25% | - |
| XYZ | 3.27 | 3.12 | 1.05 | - |
| YUV | 48.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 19 | 0 | 0.29 | 0.71 | 0.75 | 35.22 | 0.55 | 0.16 |
| Hex | 41 | 2E | 13 | 0 | 1D | 47 | 4B | 23 | 37 | 10 |
| Octal | 101 | 56 | 23 | 0 | 35 | 107 | 113 | 43 | 67 | 20 |
| Binary | 1000001 | 101110 | 10011 | 0 | 11101 | 1000111 | 1001011 | 100011 | 110111 | 10000 |
Color Harmonies of #412E13
Complementary color
Monochromatic Colors of #412E13
Black with #412E13
Text Example
Text Example
White with #412E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E13; }
p { color: rgb(65,46,19); }
H1.HeaderClassName
{
color: #412E13;
}
.AnyTagClassName
{
color: #412E13;
}
</style>
background-color css
<style>
a { background-color: #412E13; }
a { background-color: rgb(65,46,19); }
div.DivClassName
{
background-color: #412E13;
}
.BgClassName
{
background-color: #412E13;
}
</style>
border-color css
<style>
span { border-color: #412E13; }
span { border-color: rgb(65,46,19); }
td.TdClassName
{
border-color: #412E13;
}
.TagClassName
{
border-color: #412E13;
}
</style>