#372E2C

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

Shades of Diesel #372E2C

Tints of Diesel #372E2C

Color information

#372E2C (or 0x372E2C) is unknown color: approx Diesel. HEX triplet: 37, 2E and 2C. RGB value is (55,46,44). Sum of RGB (Red+Green+Blue) = 55+46+44=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #372E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E2C is #C8D1D3. Grayscale: #303030. Windows color (decimal): -13160916 or 2895415. OLE color: 2895415.

HSL color Cylindrical-coordinate representation of color #372E2C: hue angle of 10.91º 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 #372E2C is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB554644-
CMYK00.160.20.78
HSL10.91º11.11%19.41%-
HSV(B)10.91º20%21.57%-
XYZ3.012.952.79-
YUV48.46125.48132.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 46 (18.36% from 255) = 31.72%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=37.93%
G=31.72%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55464400.160.20.7810.9111.1119.41
Hex372E2C010144Ebb13
Octal67565402024116131323
Binary1101111011101011000100001010010011101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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