#392D2C

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

Shades of Diesel #392D2C

Tints of Diesel #392D2C

Color information

#392D2C (or 0x392D2C) is unknown color: approx Diesel. HEX triplet: 39, 2D and 2C. RGB value is (57,45,44). Sum of RGB (Red+Green+Blue) = 57+45+44=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 57 - color contains mainly: red. Hex color #392D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D2C is #C6D2D3. Grayscale: #303030. Windows color (decimal): -13030100 or 2895161. OLE color: 2895161.

HSL color Cylindrical-coordinate representation of color #392D2C: hue angle of 4.62º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #392D2C is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB574544-
CMYK00.210.230.78
HSL4.62º12.87%19.8%-
HSV(B)4.62º22.81%22.35%-
XYZ3.082.932.79-
YUV48.47125.48134.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.04%
GREEN value IS 45 (17.97% from 255) = 30.82%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=39.04%
G=30.82%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57454400.210.230.784.6212.8719.8
Hex392D2C015174E5d14
Octal7155540252711651524
Binary111001101101101100010101101111001110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392D2C; }

 p { color: rgb(57,45,44); }

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

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

 a { background-color: rgb(57,45,44); }

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

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

 span { border-color: rgb(57,45,44); }

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