#372C29

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

Shades of Diesel #372C29

Tints of Diesel #372C29

Color information

#372C29 (or 0x372C29) is unknown color: approx Diesel. HEX triplet: 37, 2C and 29. RGB value is (55,44,41). Sum of RGB (Red+Green+Blue) = 55+44+41=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 55 - color contains mainly: red. Hex color #372C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C29 is #C8D3D6. Grayscale: #2E2E2E. Windows color (decimal): -13161431 or 2698295. OLE color: 2698295.

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

Color convert

RGB554441-
CMYK00.20.250.78
HSL12.86º14.58%18.82%-
HSV(B)12.86º25.45%21.57%-
XYZ2.882.772.48-
YUV46.95124.64133.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 44 (17.58% from 255) = 31.43%
BLUE value IS 41 (16.41% from 255) = 29.29%
R=39.29%
G=31.43%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55444100.20.250.7812.8614.5818.82
Hex372C29014194Edf13
Octal67545102431116151723
Binary1101111011001010010101001100110011101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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