#372B29

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

Shades of Diesel #372B29

Tints of Diesel #372B29

Color information

#372B29 (or 0x372B29) is unknown color: approx Diesel. HEX triplet: 37, 2B and 29. RGB value is (55,43,41). Sum of RGB (Red+Green+Blue) = 55+43+41=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 55 - color contains mainly: red. Hex color #372B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B29 is #C8D4D6. Grayscale: #2E2E2E. Windows color (decimal): -13161687 or 2698039. OLE color: 2698039.

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

Color convert

RGB554341-
CMYK00.220.250.78
HSL8.57º14.58%18.82%-
HSV(B)8.57º25.45%21.57%-
XYZ2.842.72.47-
YUV46.36124.98134.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 43 (17.19% from 255) = 30.94%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=39.57%
G=30.94%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55434100.220.250.788.5714.5818.82
Hex372B29016194E9f13
Octal67535102631116111723
Binary1101111010111010010101101100110011101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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