#402926

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

Shades of Diesel #402926

Tints of Diesel #402926

Color information

#402926 (or 0x402926) is unknown color: approx Diesel. HEX triplet: 40, 29 and 26. RGB value is (64,41,38). Sum of RGB (Red+Green+Blue) = 64+41+38=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #402926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402926 is #BFD6D9. Grayscale: #2F2F2F. Windows color (decimal): -12572378 or 2500928. OLE color: 2500928.

HSL color Cylindrical-coordinate representation of color #402926: hue angle of 6.92º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #402926 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB644138-
CMYK00.360.410.75
HSL6.92º25.49%20%-
HSV(B)6.92º40.62%25.1%-
XYZ3.262.822.21-
YUV47.54122.62139.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 41 (16.41% from 255) = 28.67%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=44.76%
G=28.67%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64413800.360.410.756.9225.4920
Hex402926024294B71914
Octal10051460445111373124
Binary1000000101001100110010010010100110010111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402926; }

 p { color: rgb(64,41,38); }

 H1.HeaderClassName
 {
   color: #402926;
 }
 .AnyTagClassName
 {
   color: #402926;
 }
</style>
background-color css

<style>
 a { background-color: #402926; }

 a { background-color: rgb(64,41,38); }

 div.DivClassName
 {
   background-color: #402926;
 }
 .BgClassName
 {
   background-color: #402926;
 }
</style>
border-color css

<style>
 span { border-color: #402926; }

 span { border-color: rgb(64,41,38); }

 td.TdClassName
 {
   border-color: #402926;
 }
 .TagClassName
 {
   border-color: #402926;
 }
</style>