Shades of Diesel #412925
Tints of Diesel #412925
RGB
CMYK
RGB Variations
Color information
#412925 (or 0x412925) is known color: Diesel. HEX triplet: 41, 29 and 25. RGB value is (65,41,37). Sum of RGB (Red+Green+Blue) = 65+41+37=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #412925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412925 is #BED6DA. Grayscale: #2F2F2F. Windows color (decimal): -12506843 or 2435393. OLE color: 2435393.
HSL color Cylindrical-coordinate representation of color #412925: hue angle of 8.57º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #412925 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 41 | 37 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.75 |
| HSL | 8.57º | 0.27% | 0.2% | - |
| HSV(B) | 8.57º | 0.43% | 0.25% | - |
| XYZ | 3.31 | 2.84 | 2.12 | - |
| YUV | 47.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 37 | 0 | 0.37 | 0.43 | 0.75 | 8.57 | 0.27 | 0.2 |
| Hex | 41 | 29 | 25 | 0 | 25 | 2B | 4B | 9 | 1B | 14 |
| Octal | 101 | 51 | 45 | 0 | 45 | 53 | 113 | 11 | 33 | 24 |
| Binary | 1000001 | 101001 | 100101 | 0 | 100101 | 101011 | 1001011 | 1001 | 11011 | 10100 |
Color Harmonies of #412925
Complementary color
Monochromatic Colors of #412925
Black with #412925
Text Example
Text Example
White with #412925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412925; }
p { color: rgb(65,41,37); }
H1.HeaderClassName
{
color: #412925;
}
.AnyTagClassName
{
color: #412925;
}
</style>
background-color css
<style>
a { background-color: #412925; }
a { background-color: rgb(65,41,37); }
div.DivClassName
{
background-color: #412925;
}
.BgClassName
{
background-color: #412925;
}
</style>
border-color css
<style>
span { border-color: #412925; }
span { border-color: rgb(65,41,37); }
td.TdClassName
{
border-color: #412925;
}
.TagClassName
{
border-color: #412925;
}
</style>