#412926

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

Shades of Diesel #412926

Tints of Diesel #412926

Color information

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

RGB654138-
CMYK00.370.420.75
HSL6.67º26.21%20.2%-
HSV(B)6.67º41.54%25.49%-
XYZ3.322.852.21-
YUV47.83122.45140.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=45.14%
G=28.47%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65413800.370.420.756.6726.2120.2
Hex4129260252A4B71a14
Octal10151460455211373224
Binary1000001101001100110010010110101010010111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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