#372D2C

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

Shades of Diesel #372D2C

Tints of Diesel #372D2C

Color information

#372D2C (or 0x372D2C) is unknown color: approx Diesel. HEX triplet: 37, 2D and 2C. RGB value is (55,45,44). Sum of RGB (Red+Green+Blue) = 55+45+44=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 55 - color contains mainly: red. Hex color #372D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D2C is #C8D2D3. Grayscale: #2F2F2F. Windows color (decimal): -13161172 or 2895159. OLE color: 2895159.

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

Color convert

RGB554544-
CMYK00.180.20.78
HSL5.45º11.11%19.41%-
HSV(B)5.45º20%21.57%-
XYZ2.972.872.78-
YUV47.88125.81133.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 45 (17.97% from 255) = 31.25%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=38.19%
G=31.25%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55454400.180.20.785.4511.1119.41
Hex372D2C012144E5b13
Octal6755540222411651323
Binary110111101101101100010010101001001110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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