Shades of Diesel #412926
Tints of Diesel #412926
RGB
CMYK
RGB Variations
Color information
#412926 (or 0x412926) is known color: Diesel. HEX triplet: 41, 29 and 26. RGB value is (65,41,38). Sum of RGB (Red+Green+Blue) = 65+41+38=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #412926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412926 is #BED6D9. Grayscale: #2F2F2F. Windows color (decimal): -12506842 or 2500929. OLE color: 2500929.
HSL color Cylindrical-coordinate representation of color #412926: hue angle of 6.67º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #412926 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 41 | 38 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.75 |
| HSL | 6.67º | 0.26% | 0.2% | - |
| HSV(B) | 6.67º | 0.42% | 0.25% | - |
| XYZ | 3.32 | 2.85 | 2.21 | - |
| YUV | 47.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 38 | 0 | 0.37 | 0.42 | 0.75 | 6.67 | 0.26 | 0.2 |
| Hex | 41 | 29 | 26 | 0 | 25 | 2A | 4B | 7 | 1A | 14 |
| Octal | 101 | 51 | 46 | 0 | 45 | 52 | 113 | 7 | 32 | 24 |
| Binary | 1000001 | 101001 | 100110 | 0 | 100101 | 101010 | 1001011 | 111 | 11010 | 10100 |
Color Harmonies of #412926
Complementary color
Monochromatic Colors of #412926
Black with #412926
Text Example
Text Example
White with #412926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412926; }
p { color: rgb(65,41,38); }
H1.HeaderClassName
{
color: #412926;
}
.AnyTagClassName
{
color: #412926;
}
</style>
background-color css
<style>
a { background-color: #412926; }
a { background-color: rgb(65,41,38); }
div.DivClassName
{
background-color: #412926;
}
.BgClassName
{
background-color: #412926;
}
</style>
border-color css
<style>
span { border-color: #412926; }
span { border-color: rgb(65,41,38); }
td.TdClassName
{
border-color: #412926;
}
.TagClassName
{
border-color: #412926;
}
</style>