#392C2A

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

Shades of Diesel #392C2A

Tints of Diesel #392C2A

Color information

#392C2A (or 0x392C2A) is unknown color: approx Diesel. HEX triplet: 39, 2C and 2A. RGB value is (57,44,42). Sum of RGB (Red+Green+Blue) = 57+44+42=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 57 - color contains mainly: red. Hex color #392C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C2A is #C6D3D5. Grayscale: #2F2F2F. Windows color (decimal): -13030358 or 2763833. OLE color: 2763833.

HSL color Cylindrical-coordinate representation of color #392C2A: hue angle of 8º 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 #392C2A is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB574442-
CMYK00.230.260.78
HSL15.15%19.41%-
HSV(B)26.32%22.35%-
XYZ3.012.842.58-
YUV47.66124.81134.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.86%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=39.86%
G=30.77%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57444200.230.260.78815.1519.41
Hex392C2A0171A4E8f13
Octal71545202732116101723
Binary1110011011001010100101111101010011101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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