#372F2E

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

Shades of Diesel #372F2E

Tints of Diesel #372F2E

Color information

#372F2E (or 0x372F2E) is unknown color: approx Diesel. HEX triplet: 37, 2F and 2E. RGB value is (55,47,46). Sum of RGB (Red+Green+Blue) = 55+47+46=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 55 - color contains mainly: red. Hex color #372F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F2E is #C8D0D1. Grayscale: #313131. Windows color (decimal): -13160658 or 3026743. OLE color: 3026743.

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

Color convert

RGB554746-
CMYK00.150.160.78
HSL6.67º8.91%19.8%-
HSV(B)6.67º16.36%21.57%-
XYZ3.093.043.01-
YUV49.28126.15132.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.16%
GREEN value IS 47 (18.75% from 255) = 31.76%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=37.16%
G=31.76%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55474600.150.160.786.678.9119.8
Hex372F2E0F104E7914
Octal6757560172011671124
Binary11011110111110111001111100001001110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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