#392D2A

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

Shades of Diesel #392D2A

Tints of Diesel #392D2A

Color information

#392D2A (or 0x392D2A) is unknown color: approx Diesel. HEX triplet: 39, 2D and 2A. RGB value is (57,45,42). Sum of RGB (Red+Green+Blue) = 57+45+42=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #392D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D2A is #C6D2D5. Grayscale: #303030. Windows color (decimal): -13030102 or 2764089. OLE color: 2764089.

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

Color convert

RGB574542-
CMYK00.210.260.78
HSL12º15.15%19.41%-
HSV(B)12º26.32%22.35%-
XYZ3.042.912.59-
YUV48.25124.48134.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.58%
GREEN value IS 45 (17.97% from 255) = 31.25%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=39.58%
G=31.25%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57454200.210.260.781215.1519.41
Hex392D2A0151A4Ecf13
Octal71555202532116141723
Binary1110011011011010100101011101010011101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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