#372D2B

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

Shades of Diesel #372D2B

Tints of Diesel #372D2B

Color information

#372D2B (or 0x372D2B) is unknown color: approx Diesel. HEX triplet: 37, 2D and 2B. RGB value is (55,45,43). Sum of RGB (Red+Green+Blue) = 55+45+43=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 55 - color contains mainly: red. Hex color #372D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D2B is #C8D2D4. Grayscale: #2F2F2F. Windows color (decimal): -13161173 or 2829623. OLE color: 2829623.

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

Color convert

RGB554543-
CMYK00.180.220.78
HSL10º12.24%19.22%-
HSV(B)10º21.82%21.57%-
XYZ2.952.862.68-
YUV47.76125.31133.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 45 (17.97% from 255) = 31.47%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=38.46%
G=31.47%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55454300.180.220.781012.2419.22
Hex372D2B012164Eac13
Octal67555302226116121423
Binary1101111011011010110100101011010011101010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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