Shades of Diesel #402925
Tints of Diesel #402925
RGB
CMYK
RGB Variations
Color information
#402925 (or 0x402925) is known color: Diesel. HEX triplet: 40, 29 and 25. RGB value is (64,41,37). Sum of RGB (Red+Green+Blue) = 64+41+37=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #402925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402925 is #BFD6DA. Grayscale: #2F2F2F. Windows color (decimal): -12572379 or 2435392. OLE color: 2435392.
HSL color Cylindrical-coordinate representation of color #402925: hue angle of 8.89º degrees, saturation: 0.27, 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 #402925 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 41 | 37 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.75 |
| HSL | 8.89º | 0.27% | 0.2% | - |
| HSV(B) | 8.89º | 0.42% | 0.25% | - |
| XYZ | 3.24 | 2.81 | 2.12 | - |
| YUV | 47.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 37 | 0 | 0.36 | 0.42 | 0.75 | 8.89 | 0.27 | 0.2 |
| Hex | 40 | 29 | 25 | 0 | 24 | 2A | 4B | 9 | 1B | 14 |
| Octal | 100 | 51 | 45 | 0 | 44 | 52 | 113 | 11 | 33 | 24 |
| Binary | 1000000 | 101001 | 100101 | 0 | 100100 | 101010 | 1001011 | 1001 | 11011 | 10100 |
Color Harmonies of #402925
Complementary color
Monochromatic Colors of #402925
Black with #402925
Text Example
Text Example
White with #402925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402925; }
p { color: rgb(64,41,37); }
H1.HeaderClassName
{
color: #402925;
}
.AnyTagClassName
{
color: #402925;
}
</style>
background-color css
<style>
a { background-color: #402925; }
a { background-color: rgb(64,41,37); }
div.DivClassName
{
background-color: #402925;
}
.BgClassName
{
background-color: #402925;
}
</style>
border-color css
<style>
span { border-color: #402925; }
span { border-color: rgb(64,41,37); }
td.TdClassName
{
border-color: #402925;
}
.TagClassName
{
border-color: #402925;
}
</style>