#402925

Color #402925 Diesel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Diesel #402925

Tints of Diesel #402925

Color information

#402925 (or 0x402925) is unknown color: approx 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

RGB644137-
CMYK00.360.420.75
HSL8.89º26.73%19.8%-
HSV(B)8.89º42.19%25.1%-
XYZ3.242.812.12-
YUV47.42122.12139.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=45.07%
G=28.87%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64413700.360.420.758.8926.7319.8
Hex4029250242A4B91b14
Octal100514504452113113324
Binary10000001010011001010100100101010100101110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>