#392C28

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

Shades of Diesel #392C28

Tints of Diesel #392C28

Color information

#392C28 (or 0x392C28) is unknown color: approx Diesel. HEX triplet: 39, 2C and 28. RGB value is (57,44,40). Sum of RGB (Red+Green+Blue) = 57+44+40=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #392C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C28 is #C6D3D7. Grayscale: #2F2F2F. Windows color (decimal): -13030360 or 2632761. OLE color: 2632761.

HSL color Cylindrical-coordinate representation of color #392C28: hue angle of 14.12º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #392C28 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB574440-
CMYK00.230.300.78
HSL14.12º17.53%19.02%-
HSV(B)14.12º29.82%22.35%-
XYZ2.972.822.4-
YUV47.43123.81134.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 44 (17.58% from 255) = 31.21%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=40.43%
G=31.21%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57444000.230.300.7814.1217.5319.02
Hex392C280171E4Ee1213
Octal71545002736116162223
Binary11100110110010100001011111110100111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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